Trait boostvoronoi::OutputType[][src]

pub trait OutputType: Float + Sync + Zero + Unpin + Default + MulAssign<Self> + Debug + Display { }
Expand description

This is the floating point output type of the algorithm. f32 or f64.

Implementations on Foreign Types

Implementors