Skip to main content

map_into

Function map_into 

Source
pub fn map_into<T, U>(iter: impl IntoIterator<Item = T>) -> Vec<U>
where T: Into<U>,