Skip to main content

VolumeType

Type Alias VolumeType 

Source
pub type VolumeType = DimensionType;

Aliased Type§

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

Fields§

§unit: Option<String>§content: f32