logo
pub trait RootPath {
    fn root(&self) -> &AbsPath;
}
Expand description

Path to application’s root directory

Required methods

Get the path to the application’s root directory

Implementors