pub trait JournalExtGetter {
type JournalExt: JournalExt;
// Required method
fn journal_ext(&self) -> &Self::JournalExt;
}
pub trait JournalExtGetter {
type JournalExt: JournalExt;
// Required method
fn journal_ext(&self) -> &Self::JournalExt;
}