Trait BoundingBox

Source
pub trait BoundingBox {
    // Required method
    fn bounding_box(&self) -> Option<Rect>;
}

Required Methods§

Implementors§