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

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

Trait Implementations

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

type Item = NodeId

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

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