Function gear_core_processor::handle_journal
source ยท pub fn handle_journal(
journal: impl IntoIterator<Item = JournalNote>,
handler: &mut impl JournalHandler,
)
Expand description
Handle some journal records passing them to the journal handler.