pub trait CommandEnumArg: FromStr {
    // Required method
    fn all_options() -> Vec<String>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§