Function minicbor::len

source ·
pub fn len<T>(x: T) -> usize
where T: CborLen<()>,
Expand description

Calculate the length in bytes of the given value’s CBOR representation.