Trait encase::vector::AsRefVectorParts
source · pub trait AsRefVectorParts<T: VectorScalar, const N: usize> {
// Required method
fn as_ref_parts(&self) -> &[T; N];
}
Expand description
Enables reading from the vector (via &[T; N]
)