pub trait KnowsProject {
    fn project(&self) -> &Project;
}

Required Methods

Implementors