1 2 3 4 5
use crate::CoordinateSystem; pub trait CoordinateSystemed { fn coordinate_system(&self) -> CoordinateSystem; }