yew_stdweb::utils

Function into_node_iter

Source
pub fn into_node_iter<IT, T, R>(it: IT) -> impl Iterator<Item = R>
where IT: IntoIterator<Item = T>, T: Into<R>,
Expand description

Map IntoIterator<Item=Into> to Iterator<Item=T>