Type Definition cbor::CborResult [] [src]

type CborResult<T> = Result<T, CborError>;

Type synonym for Result<T, CborError>.