Trait boostvoronoi::InputType[][src]

pub trait InputType: Display + Ord + PartialOrd + Eq + PartialEq + Hash + PrimInt + Copy + Clone + NumCast + Debug + Zero + Default + Unpin { }
Expand description

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

Implementors