[][src]Function bytemuck::allocation::cast_vec

pub fn cast_vec<A: Pod, B: Pod>(input: Vec<A>) -> Vec<B>

As try_cast_vec, but unwraps for you.