Sign in
rust
/
rust
/
be90b53d2b756c83f14ea80c4e607fc81dfa3d1d
/
.
/
tests
/
rustdoc-js-std
/
return-specific.js
blob: d9a910553b8de8e777b2444aa038bab4cc8f2c22 [
file
] [
log
] [
blame
]
const
QUERY
=
'struct:string'
;
const
EXPECTED
=
{
'in_args'
:
[
{
'path'
:
'std::string::String'
,
'name'
:
'ne'
},
],
'returned'
:
[
{
'path'
:
'std::string::String'
,
'name'
:
'add'
},
],
};