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

pub trait ViewExt<'a, T, M> {
    fn into_element(self) -> View<'a, T, M>
    where
        Self: ViewTrait<T, M> + Sized + 'a
, { ... } }

Provided methods

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

Loading content...

Implementors

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

Loading content...