Derive Macro TableMetadata

Source
#[derive(TableMetadata)]
{
    // Attributes available to this derive:
    #[entry_type]
    #[accessors_mod]
    #[name]
    #[custom]
}
Expand description

Mark a struct type as an imported table entry metadata

See the module documentation for details.