Searched refs:SerializationError (Results 1 – 4 of 4) sorted by relevance
82 SerializationError(AnyError), enumerator155 type SerializationError: IntoAnyError; typedef164 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError>; in to_bytes() argument174 .map_err(|e| ExtensionError::SerializationError(e.into_any_error()))?, in into_extension()199 type SerializationError = mls_rs_codec::Error; typedef206 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes() argument232 type SerializationError = Infallible; typedef239 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes() argument
36 type SerializationError = Infallible; typedef44 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes() argument
53 SerializationError(AnyError), enumerator350 MlsError::SerializationError(e.into_any_error()) in from()
51 pub use builder::Error as SerializationError;65 pub fn to_vec<T: Serialize>(x: T) -> Result<Vec<u8>, SerializationError> { in to_vec() argument