Type Alias ferroc::Arenas

source ·
pub type Arenas = Arenas<Mmap>;
Expand description

The arena collection type of the crate::base::Mmap backend.

See Arenas for more information.

Aliased Type§

struct Arenas { /* private fields */ }