use Error;
use crateNargs;
/// Marker trait for capturable types that can formulate an option in the Cli
/// Marker trait for capturable types that can formulate an argument in the Cli.
/// Behaviour to capture an explicit generic type T from an input `&str`.
///
/// We use this at the bottom of the command line parser object graph so the compiler can maintain each field's type.