parse_option

Function parse_option 

Source
fn parse_option<P, T>(
    parser: &P,
    len: &mut usize,
    args: &mut State,
    catch: bool,
) -> Result<Option<T>, Error>
where P: Parser<T>,
Expand description

try to parse