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

Path to the application’s executable.

Required Methods§

Get the path to the application’s executable

Implementors§