2022-09-07 03:37:22 -05:00
|
|
|
// @is "$.index[*][?(@.name=='PlainEmpty')].visibility" \"public\"
|
2023-05-22 12:17:52 -05: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 19:34:15 -06:00
|
|
|
pub struct PlainEmpty {}
|