Objects that can be iterated over.
impl<'a, I> Iterator for Getopt<'a, I> where I: Iterator<Item = &'static CStr>, { type Item = (&'static NoNullStr, Option<&'static CStr>); }