pub trait StreamInto {
    fn stream_into<Item>(&self, x: &mut Item);
}

Required Methods§

Implementors§