Struct syntax::ast_map::NodesMatchingSuffixExperimental [-]  [+] [src]

pub struct NodesMatchingSuffix<'a, 'ast> {
    // some fields omitted
}

Trait Implementations

impl<'a, 'ast> Iterator<NodeId> for NodesMatchingSuffix<'a, 'ast>

fn next(&mut self) -> Option<NodeId>

fn size_hint(&self) -> (uint, Option<uint>)