[][src]Trait abscissa_core::path::RootPath

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

Path to application's root directory

Required methods

fn root(&self) -> &AbsPath

Get the path to the application's root directory

Loading content...

Implementors

impl RootPath for StandardPaths[src]

Loading content...