Trait implementation lrs::getopt::Getopt::Iterator

Objects that can be iterated over.

Syntax

impl<'a, I> Iterator for Getopt<'a, I>
    where I: Iterator<Item = &'static CStr>,
{
    type Item = (&'static NoNullStr, Option<&'static CStr>);
}