Trait ToCli

Source
pub trait ToCli {
    type CliVariant;
}
Expand description

Associated type Self::CliVariant is defined during derive of crate::InteractiveClap

This type has derive of clap::Parser, which allows to parse initial input on cli, which may be incomplete

Required Associated Types§

Implementations on Foreign Types§

Source§

impl ToCli for bool

Source§

impl ToCli for u64

Source§

impl ToCli for u128

Source§

impl ToCli for String

Implementors§