Trait IsExecutable

Source
pub trait IsExecutable {
    // Required method
    fn is_elf(&self) -> Result<bool, Error>;
}

Required Methods§

Source

fn is_elf(&self) -> Result<bool, Error>

Implementations on Foreign Types§

Source§

impl IsExecutable for str

Source§

impl IsExecutable for String

Source§

impl IsExecutable for Path

Implementors§