2021-01-19 14:21:05 -05:00
|
|
|
// @has tuple.json "$.index[*][?(@.name=='Tuple')].visibility" \"public\"
|
|
|
|
// @has - "$.index[*][?(@.name=='Tuple')].kind" \"struct\"
|
|
|
|
// @has - "$.index[*][?(@.name=='Tuple')].inner.struct_type" \"tuple\"
|
|
|
|
// @has - "$.index[*][?(@.name=='Tuple')].inner.fields_stripped" true
|
2021-01-15 20:34:15 -05:00
|
|
|
pub struct Tuple(u32, String);
|