Trait glyph_ui::view::on_event::ViewExt[][src]

pub trait ViewExt {
    fn on_event<F, A, B, C>(self, f: F) -> View<Self, F>
    where
        Self: Sized,
        F: Fn(&Event<A>, B) -> Box<dyn Iterator<Item = C>>
, { ... } }

Provided methods

fn on_event<F, A, B, C>(self, f: F) -> View<Self, F> where
    Self: Sized,
    F: Fn(&Event<A>, B) -> Box<dyn Iterator<Item = C>>, 
[src]

Loading content...

Implementors

impl<V> ViewExt for V[src]

Loading content...