[][src]Trait collide_tree::Located

pub trait Located {
    type Box: BoundBox;
    pub fn bounds(&self) -> Self::Box;
}

Associated Types

Loading content...

Required methods

pub fn bounds(&self) -> Self::Box[src]

Loading content...

Implementors

impl<I: Clone, B: BoundBox> Located for IdBound<I, B>[src]

type Box = B

Loading content...