Enum arg_combinators::ext::HelpOr[][src]

pub enum HelpOr<T> {
    Help,
    Value(T),
}

Variants

Trait Implementations

impl<T: Debug> Debug for HelpOr<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for HelpOr<T> where
    T: Send

impl<T> Sync for HelpOr<T> where
    T: Sync