Docs.rs
run_shell-0.1.6
run_shell 0.1.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
alenandry
zinso
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
29.17%
of the crate is documented
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ShellResult
Trait Implementations
ShellResultExt
In run_shell
?
Type Definition
run_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