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