Struct app::OptValue [] [src]

pub struct OptValue<'app> { /* fields omitted */ }

OptValue

Methods

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

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'app> AsRef<Box<OptValueParse<'app> + 'app>> for OptValue<'app>
[src]

[src]

Performs the conversion.

impl<'app> AsMut<Box<OptValueParse<'app> + 'app>> for OptValue<'app>
[src]

[src]

Performs the conversion.