Trait rapier3d::data::BundleSet[][src]

pub trait BundleSet<'a, T> {
    fn index_bundle(&'a self, handle: Index) -> T;
}
Expand description

Helper trait to address multiple elements at once.

Required methods

Access multiple elements from this set.

Implementors