pub trait FetchBounds2D {
// Required method
fn fetch_bounds_2d(&self) -> Bounds2D;
}
Expand description
Trait to return a bounding box of 2D geometry.
Required Methods§
Sourcefn fetch_bounds_2d(&self) -> Bounds2D
fn fetch_bounds_2d(&self) -> Bounds2D
Fetch bounds.