Trait tamar::Source

source ·
pub trait Source<V> {
    // Required method
    fn run<'a>(self, sender: Sender<V>) -> BoxFuture<'a, ()>;
}

Required Methods§

source

fn run<'a>(self, sender: Sender<V>) -> BoxFuture<'a, ()>

Implementors§