opter

Function parse

Source
pub fn parse<I, II>(values: II) -> Opts<II::IntoIter> 
where I: Iterator<Item = String>, II: IntoIterator<Item = String, IntoIter = I>,