Skip to main content

IsExecutable

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>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IsExecutable for Path

Source§

impl IsExecutable for String

Source§

impl IsExecutable for str

Implementors§