Trait taffy::style_helpers::FromFlex
source · pub trait FromFlex {
// Required method
fn from_flex<Input: Into<f32> + Copy>(flex: Input) -> Self;
}
Expand description
Trait to create constant percent values from plain numbers