[][src]Trait guion::util::bounded_widget::IBoundedWidget

pub trait IBoundedWidget<E>: Clone where
    E: Env
{ fn bounds(&self) -> &Bounds;
fn id(&self) -> E::WidgetID; fn into_a(&self) -> BoundedWidget<E> { ... } }

Required methods

fn bounds(&self) -> &Bounds

fn id(&self) -> E::WidgetID

Loading content...

Provided methods

fn into_a(&self) -> BoundedWidget<E>

Loading content...

Implementors

impl<E> IBoundedWidget<E> for BoundedWidget<E> where
    E: Env
[src]

Loading content...