[][src]Trait nu_stream::ToInputStream

pub trait ToInputStream {
    fn to_input_stream(self) -> InputStream;
}

Required methods

Loading content...

Implementors

impl<T, U> ToInputStream for T where
    T: Stream<Item = U> + Send + 'static,
    U: Into<Result<Value, ShellError>>, 
[src]

Loading content...