pub trait DenseData<A: Backend> {
type DenseDataRaw;
// Required method
fn as_ptr(&self) -> Self::DenseDataRaw;
}pub trait DenseData<A: Backend> {
type DenseDataRaw;
// Required method
fn as_ptr(&self) -> Self::DenseDataRaw;
}