Trait hex2d::ToCoordinate [] [src]

pub trait ToCoordinate<I: Integer = i32> {
    fn to_coordinate(&self) -> Coordinate<I>;
}

Can be treated as a Coordinate

Required Methods

Convert to Coordinate part of this data

Implementations on Foreign Types

impl<I: Integer> ToCoordinate<I> for (I, I)
[src]

Implementors