Trait burble_crypto::Codec
source · pub trait Codec: Sized {
// Required methods
fn pack(&self, p: &mut Packer<'_>);
fn unpack(p: &mut Unpacker<'_>) -> Option<Self>;
}Expand description
Codec for packing and unpacking SMP command parameters.