pub trait CborLen {
// Required method
fn cbor_len(&self) -> usize;
}Expand description
A type that can calculate its own CBOR encoding length.
pub trait CborLen {
// Required method
fn cbor_len(&self) -> usize;
}A type that can calculate its own CBOR encoding length.