Home
last modified time | relevance | path

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

/external/rust/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()
199 type SerializationError = mls_rs_codec::Error; typedef
206 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes()
232 type SerializationError = Infallible; typedef
239 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes()
/external/rust/crates/mls-rs/src/
Dextension.rs36 type SerializationError = Infallible; typedef
44 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes()
Dclient.rs53 SerializationError(AnyError), enumerator
/external/flatbuffers/rust/flexbuffers/src/
Dlib.rs65 pub fn to_vec<T: Serialize>(x: T) -> Result<Vec<u8>, SerializationError> { in to_vec() argument