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

pub trait ViewExt<'a, T, O, M, F> where
    F: Fn(O) -> M,
    F: Clone + 'static,
    M: 'static,
    O: 'static, 
{ fn map(self, f: F) -> View<'a, T, M>
    where
        Self: ViewTrait<T, O> + Sized + 'a
, { ... } }

Provided methods

fn map(self, f: F) -> View<'a, T, M> where
    Self: ViewTrait<T, O> + Sized + 'a, 
[src]

Loading content...

Implementors

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

Loading content...