Type Definition cbor_event::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Result type for CBOR serialisation and deserialisation.