Trait teardown_tree::Sink [] [src]

pub trait Sink<T> {
    fn consume(&mut self, x: T);
}

Required Methods

Implementors