pub trait Flags { // Required methods fn is_file(&self) -> bool; fn is_dir(&self) -> bool; fn is_symlink(&self) -> bool; }