pub trait Sparsity: Clone {
const STEP: u8;
}Expand description
A sparsity level. STEP is the amount a full sparse array grows by.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".