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