Trait miraie::messages::events::Approvable[][src]

pub trait Approvable {
    fn approve<'life0, 'life1, 'async_trait>(
        &'life0 self,
        bot: &'life1 Bot
    ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Required methods

Implementors