flt
0.1.0
Args
Required Methods
from_args
Implementations on Foreign Types
Config
Object Safety
Implementors
In flt::terminal
?
Trait
flt
::
terminal
::
Args
source
·
[
−
]
pub trait Args:
Sized
{ // Required method fn
from_args
(args:
Vec
<
OsString
>) ->
Result
<Self>; }
Required Methods
§
source
fn
from_args
(args:
Vec
<
OsString
>) ->
Result
<Self>
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Args
for
Config
source
§
fn
from_args
(args:
Vec
<
OsString
>) ->
Result
<Self>
Implementors
§
source
§
impl
Args
for flt::command::key::
Options
source
§
impl
Args
for flt::command::query::account::
Options
source
§
impl
Args
for flt::command::query::
Options
source
§
impl
Args
for flt::command::transfer::
Options