[][src]Trait pathfinder::MinMax

pub trait MinMax {
    fn min_max(&self) -> (Coordinate, Coordinate);
}

Enables retrieving the minimum and maximum position for the structure.

Required methods

Loading content...

Implementors

impl MinMax for Group
[src]

impl MinMax for HL
[src]

impl MinMax for Node
[src]

Loading content...