pub trait FindNote { // Required method fn find_note<'a>(&'a self, path: &Path) -> Option<&'a Note>; }