Type Alias aopt::RawVal

source ·
pub type RawVal = RawVal;

Aliased Type§

struct RawVal(/* private fields */);

Trait Implementations§

source§

impl ArgParser for RawVal

§

type Output = CLOpt

§

type Error = Error

source§

fn parse_arg(&self) -> Result<Self::Output, Self::Error>

source§

impl RawValParser for RawVal

§

type Error = Error

source§

fn parse(raw: Option<&RawVal>, _: &Ctx) -> Result<Self, Self::Error>