LayoutType

Type Alias LayoutType 

Source
pub type LayoutType<L> = Layout<<L as IsLayout>::Size, <L as IsLayout>::Alignment>;
Expand description

Helper to get Layout from a generic bounded by IsLayout.

Aliased Typeยง

pub struct LayoutType<L> { /* private fields */ }