Wait

Trait Wait 

Source
pub trait Wait: Authentication {
    // Provided method
    fn wait<'life0, 'async_trait>(
        &'life0 mut self,
        cvc: Option<String>,
    ) -> Pin<Box<dyn Future<Output = Result<Option<usize>, CkTapError>> + Send + 'async_trait>>
       where Self: Send + 'async_trait,
             'life0: 'async_trait { ... }
}

Provided Methods§

Source

fn wait<'life0, 'async_trait>( &'life0 mut self, cvc: Option<String>, ) -> Pin<Box<dyn Future<Output = Result<Option<usize>, CkTapError>> + Send + 'async_trait>>
where Self: Send + 'async_trait, 'life0: 'async_trait,

Implementors§