[][src]Trait nu_cli::ToOutputStream

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

Required methods

Loading content...

Implementors

impl<T, U> ToOutputStream for T where
    T: Stream<Item = U> + Send + 'static,
    U: Into<ReturnValue>, 
[src]

Loading content...