Trait rg3d_core::quadtree::BoundsProvider[][src]

pub trait BoundsProvider {
    type Id: Clone;
    fn bounds(&self) -> Rect<f32>;
fn id(&self) -> Self::Id; }

Associated Types

Required methods

Implementors