Trait pathfinder::Shape[][src]

pub trait Shape {
    fn new() -> Self;
fn area(&self, size: u32) -> Vec<Coordinate>; }

Required Methods

Implementors