pub type MultiMmapLog<ItemType, const MAX_STREAMS: usize, const INSTRUMENTS: usize = reactive_mutiny::::prelude::advanced::MultiMmapLog::{constant#0}> = Multi<ItemType, MmapLog<'static, ItemType, MAX_STREAMS>, INSTRUMENTS, &'static ItemType>;
struct MultiMmapLog<ItemType, const MAX_STREAMS: usize, const INSTRUMENTS: usize = reactive_mutiny::::prelude::advanced::MultiMmapLog::{constant#0}> {
pub multi_name: String,
pub channel: Arc<MmapLog<'static, ItemType, MAX_STREAMS>>,
pub executor_infos: RwLock<IndexMap<String, ExecutorInfo>>,
/* private fields */
}