Searched defs:SerializationError (Results 1 – 5 of 5) sorted by relevance
82 SerializationError(AnyError), enumerator155 type SerializationError: IntoAnyError; typedef164 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError>; in to_bytes()199 type SerializationError = mls_rs_codec::Error; typedef206 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes()232 type SerializationError = Infallible; typedef239 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes()
36 type SerializationError = Infallible; typedef44 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes()
53 SerializationError(AnyError), enumerator
65 pub fn to_vec<T: Serialize>(x: T) -> Result<Vec<u8>, SerializationError> { in to_vec() argument
44 SerializationError = 4, enumerator