[][src]Trait yaaf::Source

pub trait Source: Sized + SourceMeta {
#[must_use]    pub fn run<'async_trait>(
        self,
        ctx: Context<Self>
    ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
    where
        Self: 'async_trait
; }

Required methods

#[must_use]pub fn run<'async_trait>(
    self,
    ctx: Context<Self>
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>> where
    Self: 'async_trait, 
[src]

Loading content...

Implementors

Loading content...