Docs.rs
interactive-clap-0.2.3
interactive-clap 0.2.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
frol
Dependencies
interactive-clap-derive ^0.2.3
normal
strum ^0.24
normal
strum_macros ^0.24
normal
clap ^4.0.18
dev
color-eyre ^0.6
dev
inquire ^0.6
dev
shell-words ^1.0.0
dev
Versions
5.26%
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
☰
ToCli
Required Associated Types
CliVariant
Implementations on Foreign Types
String
u128
u64
Implementors
In interactive_clap
?
Trait
interactive_clap
::
ToCli
source
·
[
−
]
pub trait ToCli { type
CliVariant
; }
Required Associated Types
§
source
type
CliVariant
Implementations on Foreign Types
§
source
§
impl
ToCli
for
u128
§
type
CliVariant
=
u128
source
§
impl
ToCli
for
u64
§
type
CliVariant
=
u64
source
§
impl
ToCli
for
String
§
type
CliVariant
=
String
Implementors
§