pub trait HasDataLayout {
    // Required method
    fn data_layout(&self) -> &TargetDataLayout;
}

Required Methods§

Implementors§