pub type Length<T> = <T as Len>::Output;
Alias for the associated type of Len: Length<A> = <A as Len>::Output
Len
Length<A> = <A as Len>::Output
Note: Encountered an error during type layout; the type failed to be normalized.