Crate noop_allocator
source ·Modules§
- Functions to produce an
OwningRef<'_, T>, a.k.a. aBox<T, NoopAllocator<'_>>, from a mutably borrowedMaybeUninit<T>orManuallyDrop<T>. - Functions to produce an
OwningSlice<'_, T>, a.k.a. aVec<T, NoopAllocator<'_>>, from mutably borrowedMaybeUninit<T>s.
Structs§
- An
Allocatorthat does nothing.