Function opter::parse [] [src]

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