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