Home
last modified time | relevance | path

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

/aosp_15_r20/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()
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()
/aosp_15_r20/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()
Dclient.rs53 SerializationError(AnyError), enumerator
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/
H A Dlib.rs65 pub fn to_vec<T: Serialize>(x: T) -> Result<Vec<u8>, SerializationError> { in to_vec() argument
/aosp_15_r20/system/secretkeeper/comm/src/data_types/
H A Derror.rs44 SerializationError = 4, enumerator