Skip to main content

Unit

Type Alias Unit 

Source
pub type Unit = Unit;

Aliased Type§

pub struct Unit {
    pub type_: UnitType,
    pub exponent: i32,
}

Fields§

§type_: UnitType§exponent: i32