Struct traildb::MultiEvent [] [src]

pub struct MultiEvent<'a> {
    pub cursor_idx: usize,
    pub event: Event<'a>,
}

Fields

Trait Implementations

impl<'a> Debug for MultiEvent<'a>
[src]

Formats the value using the given formatter.