Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
rustdoc-json
/
structs
/
tuple.rs
blob: 16ab95ed27150704c59dc41793f3f77ca8e61557 [
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
);