Skip to main content

LengthType

Type Alias LengthType 

Source
pub type LengthType = DimensionType;

Aliased Type§

pub struct LengthType {
    pub unit: Option<String>,
    pub content: f32,
}

Fields§

§unit: Option<String>§content: f32