Searched refs:CborEncodeError (Results 1 – 1 of 1) sorted by relevance
32 CborEncodeError, enumerator49 Self::CborEncodeError => write!(f, "Error encoding BCC CBOR"), in fmt()75 cbor_util::serialize(&bcc_handover).map_err(|_| BccError::CborEncodeError) in truncate()