Trait raws_ebs::Execute

source ·
pub trait Execute {
    // Required method
    fn execute<'life0, 'async_trait>(
        self: Box<Self>,
        config: &'life0 Config
    ) -> Pin<Box<dyn Future<Output = Result<Box<dyn Show>, Error>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

source

fn execute<'life0, 'async_trait>( self: Box<Self>, config: &'life0 Config ) -> Pin<Box<dyn Future<Output = Result<Box<dyn Show>, Error>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§