pub type Length<T> = Length<T, UnknownUnit>;
Available on crate feature canvas only.

Aliased Type§

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

Fields§

§0: T