simple_chart::chart
pub trait IterInPoint<P: InPoint>: Iterator<Item=P> + Clone { }
impl<T, P> IterInPoint<P> for T where T: Iterator<Item=P> + Clone, P: InPoint