Struct glyph_ui::view::on_event::View[][src]

pub struct View<V, F> { /* fields omitted */ }

The view itself

Implementations

impl<V, F> View<V, F>[src]

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

Trait Implementations

impl<T, V, F, M> View<T, M> for View<V, F> where
    F: Fn(&Event<T>, bool) -> Box<dyn Iterator<Item = M>>,
    V: ViewTrait<T, M>, 
[src]

Auto Trait Implementations

impl<V, F> RefUnwindSafe for View<V, F> where
    F: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<V, F> Send for View<V, F> where
    F: Send,
    V: Send
[src]

impl<V, F> Sync for View<V, F> where
    F: Sync,
    V: Sync
[src]

impl<V, F> Unpin for View<V, F> where
    F: Unpin,
    V: Unpin
[src]

impl<V, F> UnwindSafe for View<V, F> where
    F: UnwindSafe,
    V: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V> ViewExt for V[src]

impl<'a, T, M, V> ViewExt<'a, T, M> for V[src]

impl<'a, T, O, M, F, V> ViewExt<'a, T, O, M, F> for V where
    F: Fn(O) -> M + Clone + 'static,
    M: 'static,
    O: 'static, 
[src]

impl<V> ViewExt for V[src]

impl<V> ViewExt for V[src]

impl<V> ViewExt for V[src]