Function minicbor::bytes::cbor_len

source ·
pub fn cbor_len<C, T>(xs: T, ctx: &mut C) -> usizewhere
    T: CborLenBytes<C>,