Derive Macro bonsaidb::core::key::Key

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

Derives the bonsaidb::core::key::Key trait.

#[key(null_handling = escape, enum_repr = u8, core = bonsaidb::core)], all parameters are optional