Docs.rs
rust-shell-0.1.1
rust-shell 0.1.1
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
theMackabu
Dependencies
env_logger ^0.4.3
normal
errno ^0.2.8
normal
lazy_static ^1.0
normal
libc ^0.2
normal
log ^0.3.8
normal
nom ^3.2
normal
regex ^0.2
normal
Versions
100%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
ShellResult
Trait Implementations
ShellResultExt
In rust_shell
?
Type Definition
rust_shell
::
ShellResult
source
·
[
−
]
pub type ShellResult =
Result
<SuccessfulExit,
ShellError
>;
Trait Implementations
§
source
§
impl
ShellResultExt
for
ShellResult
source
§
fn
from_status
(command:
String
, status:
ExitStatus
) -> Self
source
§
fn
status
(self) ->
Result
<
ExitStatus
,
ShellError
>
source
§
fn
code
(&self) ->
u8