Trait nu_stream::ToOutputStream [−][src]
pub trait ToOutputStream {
fn to_output_stream(self) -> OutputStream;
}Required methods
fn to_output_stream(self) -> OutputStream[src]
Implementors
impl<T> ToOutputStream for T where
T: Iterator<Item = Value> + Send + Sync + 'static, [src]
impl<T> ToOutputStream for T where
T: Iterator<Item = Value> + Send + Sync + 'static, [src]