[][src]Trait termit_ui::widget::IntoLayoutElement

pub trait IntoLayoutElement<T>: Sized where
    T: LayoutElement
{ fn into_layout_element(self) -> T; }

Required methods

fn into_layout_element(self) -> T

Loading content...

Implementations on Foreign Types

impl<W, P> IntoLayoutElement<(W, P, CaptureState)> for (W, P) where
    W: Widget,
    P: Placement
[src]

Loading content...

Implementors

impl<L> IntoLayoutElement<L> for L where
    L: LayoutElement
[src]

impl<W> IntoLayoutElement<(W, Place, CaptureState)> for W where
    W: Widget
[src]

Loading content...