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

pub trait ViewExt {
    fn pad(self, l: u16, r: u16, t: u16, b: u16) -> View<Self>
    where
        Self: Sized
, { ... } }

Provided methods

fn pad(self, l: u16, r: u16, t: u16, b: u16) -> View<Self> where
    Self: Sized
[src]

Loading content...

Implementors

impl<V> ViewExt for V[src]

Loading content...