Enum getopts::HasArg
[−]
[src]
pub enum HasArg { Yes, No, Maybe, }
Describes whether an option has an argument.
Variants
Yes | The option requires an argument. |
No | The option takes no argument. |
Maybe | The option argument is optional. |