This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Function yew::utils::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<T>> to Iterator<Item = T>