Docs.rs
blarg-1.0.4
blarg 1.0.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
sawatzkylindsey
Dependencies
blarg_builder ^1.0.4
normal
blarg_derive ^1.0.4
normal
Versions
11.11%
of the crate is documented
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
blarg
1.0.4
CliOption
Implementors
In crate blarg
blarg
Trait
CliOption
Copy item path
Source
pub trait CliOption { }
Expand description
Marker trait for capturable types that can formulate an option in the Cli
Implementors
§
Source
§
impl<'a, C, T>
CliOption
for
Collection
<'a, C, T>
where C: 'a +
Collectable
<T>,
Source
§
impl<'a, T>
CliOption
for
Optional
<'a, T>
Source
§
impl<'a, T>
CliOption
for
Scalar
<'a, T>
Source
§
impl<'a, T>
CliOption
for
Switch
<'a, T>