Function model_mapper::with::vec

source ยท
pub fn vec<F, I>(from: Vec<F>) -> Vec<I>
where F: Into<I>,
Expand description

Mapper for Vec