☰
In bytemuck::allocation
?
Function
bytemuck
::
allocation
::
zeroed_box
source
·
[
−
]
pub fn zeroed_box<T:
Zeroable
>() ->
Box
<T>
Expand description
As
try_zeroed_box
, but unwraps for you.