pub trait AsScalar<const N: usize> { // Required method fn as_scalar(&self) -> [u32; N]; }
Permission: none