Trait geo::GeoNum

source ·
pub trait GeoNum: CoordNum + HasKernel { }
Expand description

A trait for methods which work for both integers and floating point

Implementors§

source§

impl<T> GeoNum for Twhere T: CoordNum + HasKernel,