usecrate::journal::JournalEventKind;useserde::Serialize;#[derive(Debug, Clone, Serialize)]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,
}