logo
pub trait WktNum: Num + NumCast + PartialOrd + Copy + Debug { }

Implementors