Length

Type Alias Length 

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

Aliased Type§

pub struct Length<T>(pub T);

Tuple Fields§

§0: T