FetchBounds2D

Trait FetchBounds2D 

Source
pub trait FetchBounds2D {
    // Required method
    fn fetch_bounds_2d(&self) -> Bounds2D;
}
Expand description

Trait to return a bounding box of 2D geometry.

Required Methods§

Source

fn fetch_bounds_2d(&self) -> Bounds2D

Fetch bounds.

Implementors§