minicbor
0.24.4
In minicbor::
bytes
Structs
ByteArray
ByteSlice
Traits
CborLenBytes
DecodeBytes
EncodeBytes
Functions
cbor_len
decode
encode
is_nil
nil
minicbor
::
bytes
Function
cbor_len
Copy item path
Settings
Help
Summary
Source
pub fn cbor_len<C, T>(xs: T, ctx:
&mut C
) ->
usize
where T:
CborLenBytes
<C>,