Enum timely_communication::logging::LoggerBatch [] [src]

pub enum LoggerBatch<S: Clone, L: Clone> {
    Logs(Vec<(u64, S, L)>),
    End,
}

Variants