Trait capitan_lib::events::Event[][src]

pub trait Event<'a>: Respond + Serialize + Deserialize<'a> + Encrypt {
    type SteerMeta;
#[must_use]    fn new<'life0, 'async_trait>(
        input: &'life0 Self::SteerMeta
    ) -> Pin<Box<dyn Future<Output = Self> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Associated Types

Loading content...

Required methods

#[must_use]fn new<'life0, 'async_trait>(
    input: &'life0 Self::SteerMeta
) -> Pin<Box<dyn Future<Output = Self> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementors

Loading content...