Searched refs:CborEncodeError (Results 1 – 1 of 1) sorted by relevance
31 CborEncodeError(ciborium::ser::Error<core::convert::Infallible>), enumerator42 Self::CborEncodeError(e) => write!(f, "Error encoding BCC CBOR: {e:?}"), in fmt()233 ciborium::ser::into_writer(&value, &mut bytes).map_err(BccError::CborEncodeError)?; in value_to_bytes()