Macro typedb::key [] [src]

macro_rules! key {
    ($name:ident: $($type:tt)*) => { ... };
}

Macro for simplifying custom Key type definition