Skip to main content

CredentialMethods

Trait CredentialMethods 

Source
pub trait CredentialMethods<D>
where D: DomTypes,
{ // Required methods fn Id(&self) -> USVString; fn Type(&self) -> DOMString; fn IsConditionalMediationAvailable( realm: &mut CurrentRealm<'_>, global: &<D as DomTypes>::Window, ) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot; fn WillRequestConditionalCreation( realm: &mut CurrentRealm<'_>, global: &<D as DomTypes>::Window, ) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot; }

Required Methods§

Source

fn Id(&self) -> USVString

Source

fn Type(&self) -> DOMString

Source

fn IsConditionalMediationAvailable( realm: &mut CurrentRealm<'_>, global: &<D as DomTypes>::Window, ) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot

Source

fn WillRequestConditionalCreation( realm: &mut CurrentRealm<'_>, global: &<D as DomTypes>::Window, ) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§