Trait boostvoronoi::InputType[][src]

pub trait InputType: PrimInt + Sync + Hash + Default + Unpin + Signed + Debug + Display { }
Expand description

This is the integer input type of the algorithm. i32 or i64.

Implementations on Foreign Types

Implementors