Struct app::OptValue
[−]
[src]
pub struct OptValue<'app> {
pub inner: Box<OptValueParse<'app> + 'app>,
}OptValue struct
Fields
inner: Box<OptValueParse<'app> + 'app>