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

Required Methods

Implementors