macro_rules! fields {
($name:ident) => { ... };
}Expand description
Build a FieldsDecl from the ident of a value-form accessor —
fields!(sample_to_struct) is FieldsDecl::new(prebindgen_registry::ident!(sample_to_struct)).
The argument of ExpandReturnDecl::fields.