Home
last modified time | relevance | path

Searched refs:SerializationError (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/mls-rs-core/src/
Dextension.rs82 SerializationError(AnyError), enumerator
155 type SerializationError: IntoAnyError; typedef
164 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError>; in to_bytes() argument
174 .map_err(|e| ExtensionError::SerializationError(e.into_any_error()))?, in into_extension()
199 type SerializationError = mls_rs_codec::Error; typedef
206 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes() argument
232 type SerializationError = Infallible; typedef
239 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes() argument
/external/rust/android-crates-io/crates/mls-rs/src/
Dextension.rs36 type SerializationError = Infallible; typedef
44 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes() argument
Dclient.rs53 SerializationError(AnyError), enumerator
350 MlsError::SerializationError(e.into_any_error()) in from()
/external/flatbuffers/rust/flexbuffers/src/
Dlib.rs51 pub use builder::Error as SerializationError;
65 pub fn to_vec<T: Serialize>(x: T) -> Result<Vec<u8>, SerializationError> { in to_vec() argument