Skip to main content

from_iter

Function from_iter 

Source
pub fn from_iter<I>(iter: I) -> TokenStream
where I: IntoIterator<Item = AixResult<StreamChunk>>, I::IntoIter: Send + 'static,
Expand description

Create a stream from an iterator of results.