Trait nu_stream::ToInputStream[][src]

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

Notable traits for InputStream

impl Iterator for InputStream type Item = Value;
; }

Required methods

fn to_input_stream(self) -> InputStream

Notable traits for InputStream

impl Iterator for InputStream type Item = Value;
[src]

Loading content...

Implementors

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

fn to_input_stream(self) -> InputStream

Notable traits for InputStream

impl Iterator for InputStream type Item = Value;
[src]

Loading content...