Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Didentity.rs53 pub struct BasicWithCustomProvider { struct
54 pub(crate) basic: BasicIdentityProvider,
55 pub(crate) allow_any_custom: bool,
56 supported_cred_types: Vec<CredentialType>,
59 impl BasicWithCustomProvider { impl
62 pub fn new(basic: BasicIdentityProvider) -> BasicWithCustomProvider { in new()
108 impl Default for BasicWithCustomProvider { implementation
116 impl IdentityProvider for BasicWithCustomProvider { implementation