Module serde_cbor::value 
source · Expand description
CBOR values, keys and serialization routines.
Enums
- The
Valueenum, a loosely typed way of representing any valid CBOR value. 
Functions
- Convert a
serde_cbor::Valueinto a typeT - Convert a
Tintoserde_cbor::Valuewhich is an enum that can represent any valid CBOR data.