Struct app::OptValue [] [src]

pub struct OptValue<'app> {
    pub inner: Box<OptValueParse<'app> + 'app>,
}

OptValue struct

Fields

Trait Implementations

impl<'app> Debug for OptValue<'app>
[src]

Formats the value using the given formatter.