Trait acacia::traits::Position [] [src]

pub trait Position {
    type Point;
    fn position(&self) -> Self::Point;
}

A type that has a notion of a position

Associated Types

The underlying point type

Required Methods

The position

Implementors