[−][src]Trait termit_ui::widget::IntoLayoutElement
Required methods
fn into_layout_element(self) -> T
Implementations on Foreign Types
impl<W, P> IntoLayoutElement<(W, P, CaptureState)> for (W, P) where
W: Widget,
P: Placement, [src]
W: Widget,
P: Placement,
fn into_layout_element(self) -> (W, P, CaptureState)[src]
Implementors
impl<L> IntoLayoutElement<L> for L where
L: LayoutElement, [src]
L: LayoutElement,
fn into_layout_element(self) -> L[src]
impl<W> IntoLayoutElement<(W, Place, CaptureState)> for W where
W: Widget, [src]
W: Widget,