Function model_mapper::with::try_vec

source ยท
pub fn try_vec<F, I>(from: Vec<F>) -> Result<Vec<I>, <F as TryInto<I>>::Error>
where F: TryInto<I>,
Expand description

Mapper for Vec