Function glyph_ui::view::on_event::new[][src]

pub fn new<V, F, A, B, C>(view: V, f: F) -> View<V, F> where
    F: Fn(&Event<A>, B) -> Box<dyn Iterator<Item = C>>, 

Shorthand for View::new()