Skip to main content

FromTaffyLayout

Trait FromTaffyLayout 

Source
pub trait FromTaffyLayout {
    // Required method
    fn from_taffy_layout(l: &Layout) -> Layout;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl FromTaffyLayout for Layout

Implementors§