Derive Macro fixed_map::Key

source ·
#[derive(Key)]
{
    // Attributes available to this derive:
    #[key]
}
Expand description

Derive to implement the Key trait.

Requires that fixed_map is in scope.