pub type ChannelMultiMmapLog<ItemType, const MAX_STREAMS: usize> = MmapLog<'static, ItemType, MAX_STREAMS>;

Aliased Type§

struct ChannelMultiMmapLog<ItemType, const MAX_STREAMS: usize> { /* private fields */ }