SizedWidget

Trait SizedWidget 

Source
pub trait SizedWidget {
    // Provided methods
    fn height(&self) -> Option<u16> { ... }
    fn width(&self) -> Option<u16> { ... }
}

Provided Methods§

Source

fn height(&self) -> Option<u16>

Source

fn width(&self) -> Option<u16>

Implementors§