pub type LayoutType<L> = Layout<<L as IsLayout>::Size, <L as IsLayout>::Alignment>;
Helper to get Layout from a generic bounded by IsLayout.
Layout
IsLayout
pub struct LayoutType<L> { /* private fields */ }