Sign in
rust
/
rust
/
4ff68e41875c472d4e8a6fee8d3f52d0e27b259c
/
.
/
tests
/
rustdoc-json
/
structs
/
tuple.rs
blob: 115ce29bd7032f0ff8ff11c88882990f6d4fa66a [
file
]
//@ 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
);