Trait IntoLayout

Source
pub trait IntoLayout {
    // Required method
    fn into_layout(self) -> LayoutRef;
}

Required Methods§

Source

fn into_layout(self) -> LayoutRef

Converts this type into a LayoutRef.

Implementors§