Trait syntax::ast_util::EachViewItem[src]

pub trait EachViewItem {
    fn each_view_item(&self, f: |&ViewItem| -> bool) -> bool;
}

Required Methods

fn each_view_item(&self, f: |&ViewItem| -> bool) -> bool

Implementors