Trait nu_stream::ToActionStream[][src]

pub trait ToActionStream {
    fn to_action_stream(self) -> ActionStream

Notable traits for ActionStream

impl Iterator for ActionStream type Item = ReturnValue;
; }

Required methods

fn to_action_stream(self) -> ActionStream

Notable traits for ActionStream

impl Iterator for ActionStream type Item = ReturnValue;
[src]

Loading content...

Implementors

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

fn to_action_stream(self) -> ActionStream

Notable traits for ActionStream

impl Iterator for ActionStream type Item = ReturnValue;
[src]

Loading content...