2022-09-07 09:37:22 +01:00
|
|
|
// @is "$.index[*][?(@.name=='PlainEmpty')].visibility" \"public\"
|
2023-05-22 18:17:52 +01:00
|
|
|
// @has "$.index[*][?(@.name=='PlainEmpty')].inner.struct"
|
|
|
|
// @is "$.index[*][?(@.name=='PlainEmpty')].inner.struct.kind.plain.fields_stripped" false
|
|
|
|
// @is "$.index[*][?(@.name=='PlainEmpty')].inner.struct.kind.plain.fields" []
|
2021-01-15 20:34:15 -05:00
|
|
|
pub struct PlainEmpty {}
|