pub trait GetSource { // Required methods fn path(&self) -> Option<PathBuf>; fn src(&self) -> Option<String>; }