geo_types

Trait CoordFloat

Source
pub trait CoordFloat: CoordNum + Float { }
Expand description

For algorithms which can only use floating point Points/Coords, like area or length calculations

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§