Function model_mapper::with::try_vec_extra

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

Mapper for Vec