Struct traildb::Event [] [src]

pub struct Event<'a> {
    pub timestamp: Timestamp,
    pub items: &'a [Item],
}

Fields

Trait Implementations

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

Formats the value using the given formatter.