[][src]Function bytemuck::allocation::zeroed_box

pub fn zeroed_box<T: Zeroable>() -> Box<T>

As try_zeroed_box, but unwraps for you.