pub type ManuallyDropArena<T, const CHUNK_SIZE: usize = 16, const SUPPORTS_POSITIONS: bool = false, const MUTABLE: bool = true> = ManuallyDropArena<T, Options<CHUNK_SIZE, SUPPORTS_POSITIONS, MUTABLE>>;Expand description
Convenience alias for manually_drop::ManuallyDropArena.
Aliased Typeยง
pub struct ManuallyDropArena<T, const CHUNK_SIZE: usize = 16, const SUPPORTS_POSITIONS: bool = false, const MUTABLE: bool = true> { /* private fields */ }