Trait panorama_imap::client::auth::AuthMethod[][src]

pub trait AuthMethod {
    fn perform_auth<'life0, 'life1, 'async_trait, C>(
        &'life0 self,
        inner: &'life1 mut Inner<C>
    ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
    where
        C: Client,
        C: 'async_trait,
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Required methods

Implementors