Type Alias Length

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

Aliased Type§

#[repr(C)]
pub struct Length<T>(pub T, _);

Tuple Fields§

§0: T