[][src]Trait zeta::parser::iterator::UnwrapIndexWithIterator

pub trait UnwrapIndexWithIterator {
    fn unwrap_index_with_iterator(
        self,
        it: &mut ParserIterator,
        msg: &str
    ) -> usize; }

Required methods

fn unwrap_index_with_iterator(self, it: &mut ParserIterator, msg: &str) -> usize

Loading content...

Implementations on Foreign Types

impl UnwrapIndexWithIterator for Option<usize>[src]

Loading content...

Implementors

Loading content...