pub fn try_vec<F, I>(from: Vec<F>) -> Result<Vec<I>, <F as TryInto<I>>::Error>where F: TryInto<I>,
Mapper for Vec