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.