pub type Executable = Any<Executable>;Expand description
A key that represents an executable program as identified by name or path.
Implementations§
source§impl Executable
impl Executable
sourcepub const fn new_executable(
name: &'static str,
section: &'static dyn Section
) -> Self
pub const fn new_executable( name: &'static str, section: &'static dyn Section ) -> Self
Create a new instance.