[][src]Trait abscissa_core::path::ExePath

pub trait ExePath {
    fn exe(&self) -> &AbsPath;
}

Path to the application's executable.

Required methods

fn exe(&self) -> &AbsPath

Get the path to the application's executable

Loading content...

Implementors

impl ExePath for StandardPaths[src]

Loading content...