pub trait HasExtent {
    fn extent(&self) -> Extent;
}
Expand description

A type that has an extent

Required Methods§

Implementations on Foreign Types§

Implementors§