pub type VolumeType = DimensionType;
pub struct VolumeType { pub unit: Option<String>, pub content: f32, }
unit: Option<String>
content: f32