pub trait VisitProject<R = ()> { // Required method fn visit(&mut self, project: &Project) -> R; }
trait for visiting projects
Visit the project