Trait linera_witty::Layout
source · pub trait Layout: Sealed + HList {
type Flat: FlatLayout;
const ALIGNMENT: u32;
// Required method
fn flatten(self) -> Self::Flat;
}
Expand description
Representation of the memory layout of complex types as a sequence of fundamental WIT types.
Required Associated Types§
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.