Trait nu_stream::IntoActionStream [−][src]
pub trait IntoActionStream {
fn into_action_stream(self) -> ActionStreamⓘNotable traits for ActionStream
impl Iterator for ActionStream type Item = ReturnValue;;
}Required methods
fn into_action_stream(self) -> ActionStreamⓘNotable traits for ActionStream
impl Iterator for ActionStream type Item = ReturnValue;Implementors
impl<T, U> IntoActionStream for T where
T: Iterator<Item = U> + Send + Sync + 'static,
U: Into<ReturnValue>,