macro_rules! key_format {
    ($name:ident, $prefix:expr, $inner:ty) => { ... };
}
Expand description

Define a KeyFormat from KeyFormatAtom and a prefix.

§Examples

key_format!(NewKeyFormatName, 0x01, InnerType);