Skip to main content

IntoLayout

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§