Type Alias Length

Source
pub type Length<U> = Length<f32, U>;

Aliased Type§

struct Length<U>(pub f32);

Fields§

§0: f32