Trait lay_rs::prelude::taffy::TaffyMinContent
pub trait TaffyMinContent {
const MIN_CONTENT: Self;
}
Expand description
Trait to abstract over min_content values
Required Associated Constants§
const MIN_CONTENT: Self
const MIN_CONTENT: Self
The min_content value for type implementing TaffyZero
Object Safety§
This trait is not object safe.