Skip to main content

FlowType

Type Alias FlowType 

Source
pub type FlowType = DimensionType;

Aliased Type§

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

Fields§

§unit: Option<String>§content: f32