logo

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

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