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.
pub fn handle_journal(
journal: impl IntoIterator<Item = JournalNote>,
handler: &mut impl JournalHandler,
)
Handle some journal records passing them to the journal handler.