pub type OwnedUninit<T, R, C = Const<1>> = <DefaultAllocator as Allocator<T, R, C>>::BufferUninit;
Expand description
The owned data storage that can be allocated from S
.
pub type OwnedUninit<T, R, C = Const<1>> = <DefaultAllocator as Allocator<T, R, C>>::BufferUninit;
The owned data storage that can be allocated from S
.