Trait capitan_lib::events::Respond[][src]

pub trait Respond {
    type SteerMetadata;
    type Output;
#[must_use]    fn respond<'life0, 'async_trait>(
        self,
        metadata: &'life0 Self::SteerMetadata
    ) -> Pin<Box<dyn Future<Output = Self::Output> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Associated Types

Loading content...

Required methods

#[must_use]fn respond<'life0, 'async_trait>(
    self,
    metadata: &'life0 Self::SteerMetadata
) -> Pin<Box<dyn Future<Output = Self::Output> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementors

Loading content...