Trait taffy::style_helpers::TaffyGridLine
source · pub trait TaffyGridLine {
// Required method
fn from_line_index(index: i16) -> Self;
}
Expand description
Trait to abstract over grid line values
Required Methods§
sourcefn from_line_index(index: i16) -> Self
fn from_line_index(index: i16) -> Self
Converts an i16 into Self
Object Safety§
This trait is not object safe.