Skip to main content

fields

Macro fields 

Source
macro_rules! fields {
    ($name:ident) => { ... };
}
Expand description

Build a FieldsDecl from the ident of a value-form accessorfields!(sample_to_struct) is FieldsDecl::new(prebindgen_registry::ident!(sample_to_struct)). The argument of ExpandReturnDecl::fields.