Trait geo::GeoNum

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

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

Object Safety§

This trait is not object safe.

Implementors§

source§

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