Trait lay_rs::prelude::taffy::style_helpers::FromFlex
pub trait FromFlex {
// Required method
fn from_flex<Input>(flex: Input) -> Self
where Input: Into<f32> + Copy;
}
Expand description
Trait to create constant percent values from plain numbers
Required Methods§
Object Safety§
This trait is not object safe.