[go: up one dir, main page]

Type Definition gix::config::tree::keys::Executable

source ·
pub type Executable = Any<Executable>;
Expand description

A key that represents an executable program as identified by name or path.

Implementations§

source§

impl Executable

source

pub const fn new_executable( name: &'static str, section: &'static dyn Section ) -> Self

Create a new instance.