Function rust_utils::box_new_zeroed

source ·
pub fn box_new_zeroed<T>() -> Box<MaybeUninit<T>>
Available on crate feature alloc only.
Expand description