pub fn cast_vec<FROM: 'static + Copy, TO: 'static + Copy>( vec: Vec<FROM>) -> Vec<TO>
Cast a Vec from one type to another.
Vec
See crate::cast for more information
crate::cast