Sign in
rust
/
rust
/
d0bd4df3aa09b3e01161beaea5ba1b44c3c8a0bd
/
.
/
tests
/
rustdoc-json
/
structs
/
tuple.rs
blob: 115ce29bd7032f0ff8ff11c88882990f6d4fa66a [
file
] [
log
] [
blame
]
//@ is "$.index[?(@.name=='Tuple')].visibility" \"public\"
//@ has "$.index[?(@.name=='Tuple')].inner.struct"
//@ is "$.index[?(@.name=='Tuple')].inner.struct.kind.tuple" '[null, null]'
pub
struct
Tuple
(
u32
,
String
);