Trait parry3d::partitioning::IndexedData
source · pub trait IndexedData: Copy {
// Required methods
fn default() -> Self;
fn index(&self) -> usize;
}
Expand description
A data to which an index is associated.
Required Methods§
Object Safety§
This trait is not object safe.