pub trait CborLenBytes<C> {
// Required method
fn cbor_len(&self, ctx: &mut C) -> usize;
}Expand description
Like CborLen but specific for byte slices.
pub trait CborLenBytes<C> {
// Required method
fn cbor_len(&self, ctx: &mut C) -> usize;
}Like CborLen but specific for byte slices.