Trait dessin::RectOp[][src]

pub trait RectOp {
    fn union(&self) -> Rect;
}

Required methods

Implementations on Foreign Types

Implementors