euclid::default

Type Alias Length

Source
pub type Length<T> = Length<T, UnknownUnit>;

Aliased Type§

struct Length<T>(pub T, _);

Fields§

§0: T