rustmax::clap::builder

Trait IntoResettable

Source
pub trait IntoResettable<T> {
    // Required method
    fn into_resettable(self) -> Resettable<T>;
}
Expand description

Convert to the intended resettable type

Required Methods§

Source

fn into_resettable(self) -> Resettable<T>

Convert to the intended resettable type

Implementations on Foreign Types§

Source§

impl IntoResettable<char> for char

Source§

impl IntoResettable<usize> for usize

Implementors§