Macro kv::codec

source · []
macro_rules! codec {
    ($x:ident) => { ... };
    ($x:ident, {$ser:expr, $de:expr}) => { ... };
}
Expand description

Define a codec type and implement the Codec trait