Skip to main content

ToCli

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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ToCli for String

Source§

impl ToCli for bool

Source§

impl ToCli for u64

Source§

impl ToCli for u128

Implementors§