[][src]Trait vessels::channel::Waiter

pub trait Waiter {
    type Item;
    fn wait_for(&self, data: String) -> Future<()>;
fn predicate(&self, item: &Self::Item) -> bool; }

Associated Types

type Item

Loading content...

Required methods

fn wait_for(&self, data: String) -> Future<()>

fn predicate(&self, item: &Self::Item) -> bool

Loading content...

Implementors

Loading content...