Type Alias Area

Source
pub type Area = NumberUnit<2, 1, 0, 1>;

Aliased Type§

pub struct Area(pub Expr<Number>);

Tuple Fields§

§0: Expr<Number>