pub fn find_visitable_nodes( dir: &str, matches: &mut HashSet<VisitableNode>, path_callback: impl Fn(&PathBuf) + Copy, )
Find all types with #[visit] attribute or manual VisitableTrait impl
#[visit]