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
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.