Docs.rs
commandy-0.1.2
commandy 0.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
crates.io
Source
Owners
bvgastel
Dependencies
buildinfy ^0.1
normal
commandy_macros ^0.1
normal
Versions
0%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
FlagParser
Required Methods
parse_flag
Implementations on Foreign Types
Option<T>
String
Vec<String>
bool
u16
u32
usize
Implementors
In commandy
?
Trait
commandy
::
FlagParser
source
·
[
−
]
pub trait FlagParser { fn
parse_flag
(&mut self, args: &[
String
]) ->
Result
<
()
,
String
>; }
Required Methods
source
fn
parse_flag
(&mut self, args: &[
String
]) ->
Result
<
()
,
String
>
Implementations on Foreign Types
source
impl
FlagParser
for
bool
source
fn
parse_flag
(&mut self, args: &[
String
]) ->
Result
<
()
,
String
>
source
impl
FlagParser
for
String
source
fn
parse_flag
(&mut self, args: &[
String
]) ->
Result
<
()
,
String
>
source
impl
FlagParser
for
Vec
<
String
>
source
fn
parse_flag
(&mut self, args: &[
String
]) ->
Result
<
()
,
String
>
source
impl
FlagParser
for
usize
source
fn
parse_flag
(&mut self, args: &[
String
]) ->
Result
<
()
,
String
>
source
impl
FlagParser
for
u16
source
fn
parse_flag
(&mut self, args: &[
String
]) ->
Result
<
()
,
String
>
source
impl
FlagParser
for
u32
source
fn
parse_flag
(&mut self, args: &[
String
]) ->
Result
<
()
,
String
>
source
impl<T:
FlagParser
+
Default
>
FlagParser
for
Option
<T>
source
fn
parse_flag
(&mut self, args: &[
String
]) ->
Result
<
()
,
String
>
Implementors