pub trait IntoLayout {
// Required method
fn into_layout(self) -> LayoutRef;
}
Required Methods§
Sourcefn into_layout(self) -> LayoutRef
fn into_layout(self) -> LayoutRef
Converts this type into a LayoutRef
.
pub trait IntoLayout {
// Required method
fn into_layout(self) -> LayoutRef;
}
Converts this type into a LayoutRef
.