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.
pub fn uninit<T, E>() -> impl Init<MaybeUninit<T>, E>
An initializer that leaves the memory uninitialized.
The initializer is a no-op. The slot
memory is not changed.