Trait aopt::opt::RawValParser

source ·
pub trait RawValParser<Opt>where
    Self: Sized,
{ type Error: Into<Error>; fn parse(
        opt: &Opt,
        val: Option<&RawVal>,
        ctx: &Ctx
    ) -> Result<Self, Self::Error>; }

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§