pub type ViewHistoryBufStorage<T> = HistoryBufStorageInner<[MaybeUninit<T>]>;Expand description
Implementation of HistoryBufStorage that stores the data in an unsized [T].
Aliased Type§
pub struct ViewHistoryBufStorage<T> { /* private fields */ }