Struct reform::id::MatchIterator[][src]

pub struct MatchIterator<'a> { /* fields omitted */ }

Methods

impl<'a> MatchIterator<'a>
[src]

Trait Implementations

impl<'a> Debug for MatchIterator<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for MatchIterator<'a>

impl<'a> Sync for MatchIterator<'a>