Length

Type Alias Length 

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

Aliased Type§

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

Tuple Fields§

§0: T