BoundingRect

Trait BoundingRect 

Source
pub trait BoundingRect {
    // Required method
    fn bounding_rect(&self) -> Result<Option<Rect>, Error>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl BoundingRect for H3Cell

Source§

impl BoundingRect for H3DirectedEdge

Implementors§