Trait syntax::ast_util::EachViewItemExperimental [-]  [+] [src]

pub trait EachViewItem {
    fn each_view_item<F>(&self, f: F) -> bool where F: FnMut(&ViewItem) -> bool;
}

Required Methods

fn each_view_item<F>(&self, f: F) -> bool where F: FnMut(&ViewItem) -> bool

Implementors