Trait nom::IterIndices
[−]
[src]
pub trait IterIndices { type Item: AsChar; type Iter: Iterator<Item=(usize, Self::Item)>; fn iter_indices(self) -> Self::Iter; }
Associated Types
Required Methods
fn iter_indices(self) -> Self::Iter
Implementors
impl<'a> IterIndices for &'a [u8]
impl<'a> IterIndices for &'a str