Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-json
/
structs
/
tuple.rs
blob: 6c8dc79dfe22476e55b3fe761f7addddfeb850d1 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
);