Trait nu_stream::ToOutputStream[][src]

pub trait ToOutputStream {
    fn to_output_stream(self) -> OutputStream;
}

Required methods

Loading content...

Implementors

impl<T> ToOutputStream for T where
    T: Iterator<Item = Value> + Send + Sync + 'static, 
[src]

Loading content...