pub trait Sink<Sunk> {
    fn accept(&self, to_sink: Sunk);
}

Required Methods§

Implementors§