devela::_dep::bytemuck

Function zeroed_box

pub fn zeroed_box<T>() -> Box<T>
where T: Zeroable,
Available on crate feature dep_bytemuck only.
Expand description

As try_zeroed_box, but unwraps for you.