Docs.rs
cli-rs-0.1.3
cli-rs 0.1.3
Docs.rs crate page
Unlicense
Links
crates.io
Source
Owners
Parth
Dependencies
Versions
0.82%
of the crate is documented
Go to latest version
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
☰
CliResult
Trait Implementations
Exit
In cli_rs::cli_error
?
Type Definition
cli_rs
::
cli_error
::
CliResult
source
·
[
−
]
pub type CliResult<T> =
Result
<T,
CliError
>;
Trait Implementations
§
source
§
impl<O>
Exit
for
CliResult
<O>
§
type
O
= O
source
§
fn
exit
(self)
source
§
fn
exit_if_err
(self) -> Self::
O