usecrate::journal::JournalEventKind;#[derive(Debug)]pubstructJournalEvent{/// Indicates whether the event was fired from a change in the journal directory or whether
/// it's an event from a log file other than the current one.
pubis_live:bool,
pubkind: JournalEventKind,
}