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§