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]
Notable traits for InputStream
impl Iterator for InputStream type Item = Value;Implementors
impl<T, U> ToInputStream for T where
T: Iterator<Item = U> + Send + Sync + 'static,
U: Into<Result<Value, ShellError>>, [src]
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]
Notable traits for InputStream
impl Iterator for InputStream type Item = Value;