[][src]Trait sunshine_identity_client::PasswordGenStoreExt

pub trait PasswordGenStoreExt<T: Identity> {
    fn password_gen<'a>(
        &'a self,
        uid: T::Uid,
        hash: Option<T::Hash>
    ) -> Pin<Box<dyn Future<Output = Result<T::Gen, Error>> + Send + 'a>>; }

Store extension trait.

Required methods

fn password_gen<'a>(
    &'a self,
    uid: T::Uid,
    hash: Option<T::Hash>
) -> Pin<Box<dyn Future<Output = Result<T::Gen, Error>> + Send + 'a>>

Retrive the store element.

Loading content...

Implementations on Foreign Types

impl<T: Runtime + Identity> PasswordGenStoreExt<T> for Client<T>[src]

Loading content...

Implementors

Loading content...