Trait superfusion::project::Project[][src]

pub trait Project {
    fn root(&self) -> &Path;
fn pid(&self) -> Pid;
fn indexes(&self) -> IndexList<'_>; }
Expand description

Project interface representing a single project directory.

Required methods

Path to the root of the project directory

Pid of this project

Return IndexList of all indexes inside this project.

Implementors