Docs.rs
corn-cli-0.9.0
corn-cli 0.9.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
JakeStanger
Dependencies
clap ^4.0.15
normal
colored ^2.0.0
normal
libcorn ^0.9.0
normal
pest ^2.3.0
normal
serde ^1.0.133
normal
serde_json ^1.0.75
normal
serde_yaml ^0.9.11
normal
toml ^0.7.4
normal
Versions
44.44%
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
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
☰
ExitCode
Required Methods
get_exit_code
Implementations on Foreign Types
Error
Implementors
In corn_cli::error
?
Trait
corn_cli
::
error
::
ExitCode
source
·
[
−
]
pub trait ExitCode { // Required method fn
get_exit_code
(&self) ->
i32
; }
Required Methods
§
source
fn
get_exit_code
(&self) ->
i32
Implementations on Foreign Types
§
source
§
impl
ExitCode
for
Error
source
§
fn
get_exit_code
(&self) ->
i32
Implementors
§
source
§
impl
ExitCode
for corn_cli::error::
Error