Docs.rs
futilities-0.1.5
futilities 0.1.5
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
MonkeyToiletLadder
Dependencies
quick-xml ^0.21.0
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
futilities
0.1.5
IsExecutable
Required Methods
is_elf
Implementations on Foreign Types
Path
String
str
Implementors
In crate futilities
futilities
Trait
IsExecutable
Copy item path
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
§
fn
is_elf
(&self) ->
Result
<
bool
,
Error
>
Source
§
impl
IsExecutable
for
String
Source
§
fn
is_elf
(&self) ->
Result
<
bool
,
Error
>
Source
§
impl
IsExecutable
for
Path
Source
§
fn
is_elf
(&self) ->
Result
<
bool
,
Error
>
Implementors
§