Docs.rs
blarg_builder-1.0.4
blarg_builder 1.0.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
sawatzkylindsey
Dependencies
terminal_size ^0.3.0
normal
thiserror ^1.0
normal
tracing ^0.1.40
normal
optional
assert_matches ^1.5
dev
empty ^0.0.4
dev
rand ^0.8
dev
rstest ^0.15
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
CliOption
blarg_
builder
1.0.4
CliOption
Implementors
In crate blarg_
builder
blarg_builder
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>