Function minicbor::len

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

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