Function into

Source
fn into<'a, U, T>(slice: &'a [U]) -> Vec<T>
where T: From<&'a U>,