[−][src]Trait const_buffer::UninitWrapper
A helper trait that generalizes over MaybeUninit<T> and
[MaybeUninit<T>] for the purpose of making get and get_mut work
with both positions and ranges.
It is not useful to implement this trait yourself.