Enum easy_args::spec::ArgType [−][src]
pub enum ArgType {
Boolean,
Integer,
UInteger,
String,
}Expand description
Enumerates all data types that are handled by ArgSpec::parse().
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArgTypeimpl UnwindSafe for ArgTypeBlanket Implementations
Mutably borrows from an owned value. Read more