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

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

Path to application's root directory

Required methods

fn root(&self) -> &AbsPath[src]

Get the path to the application's root directory

Loading content...

Implementors

impl RootPath for StandardPaths[src]

Loading content...