Searched defs:into_dyn_error (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/ |
D | error.rs | 51 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method 58 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
D | extension.rs | 91 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-crypto-traits/src/ |
D | mock.rs | 19 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/identity/ |
D | basic.rs | 20 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
/aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/src/ |
H A D | ecdh.rs | 56 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
H A D | aead.rs | 67 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
H A D | kdf.rs | 57 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
H A D | hpke.rs | 44 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
H A D | lib.rs | 67 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/ |
D | identity.rs | 47 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
D | client.rs | 342 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/ |
D | leaf_node_validator.rs | 656 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/examples/ |
D | custom.rs | 421 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | commit.rs | 1505 fn into_dyn_error(self) -> Result<Box<dyn std::error::Error + Send + Sync>, Self> { in into_dyn_error() method
|