Home
last modified time | relevance | path

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

/external/rust/crates/mls-rs/src/
Didentity.rs43 pub struct BasicWithCustomProviderError(CredentialType); struct
45 impl IntoAnyError for BasicWithCustomProviderError { implementation
82 ) -> Result<Vec<u8>, BasicWithCustomProviderError> { in resolve_custom_identity() argument