Type Alias euclid::default::Length

source ·
pub type Length<T> = Length<T, UnknownUnit>;

Aliased Type§

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

Fields§

§0: T