kernel::init

Function uninit

Source
pub fn uninit<T, E>() -> impl Init<MaybeUninit<T>, E>
Expand description

An initializer that leaves the memory uninitialized.

The initializer is a no-op. The slot memory is not changed.