Docs.rs
cli-rs-0.1.4
cli-rs 0.1.4
Docs.rs crate page
Unlicense
Links
crates.io
Source
Owners
Parth
Dependencies
colored ^2
normal
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
☰
Exit
Required Associated Types
O
Required Methods
exit
exit_if_err
Implementors
In cli_rs::cli_error
?
Trait
cli_rs
::
cli_error
::
Exit
source
·
[
−
]
pub trait Exit { type
O
; // Required methods fn
exit
(self);
fn
exit_if_err
(self) -> Self::
O
; }
Required Associated Types
§
source
type
O
Required Methods
§
source
fn
exit
(self)
source
fn
exit_if_err
(self) -> Self::
O
Implementors
§
source
§
impl<O>
Exit
for
CliResult
<O>
§
type
O
= O