pub fn from_iter<T: Clone + 'static>(
items: impl IntoIterator<Item = T>,
) -> Operator<T>Expand description
from_iter: emit every item in order, then COMPLETE, on activation.
pub fn from_iter<T: Clone + 'static>(
items: impl IntoIterator<Item = T>,
) -> Operator<T>from_iter: emit every item in order, then COMPLETE, on activation.