Searched defs:CoseError (Results 1 – 2 of 2) sorted by relevance
37 pub enum CoseError { enum60 impl core::convert::From<cbor::de::Error<EndOfFile>> for CoseError { implementation66 impl<T> core::convert::From<cbor::ser::Error<T>> for CoseError { implementation72 impl core::convert::From<core::num::TryFromIntError> for CoseError { implementation78 impl core::fmt::Debug for CoseError { implementation84 impl core::fmt::Display for CoseError { implementation91 impl std::error::Error for CoseError {} implementation93 impl CoseError { impl
41 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument48 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument91 fn from_cbor_value(value: Value) -> Result<Self, CoseError> { in from_cbor_value() argument120 fn to_cbor_value(self) -> Result<Value, CoseError> { in to_cbor_value() argument