Type Alias Complot

Source
pub type Complot = (Vec<Box<dyn Iterator<Item = (f64, Vec<f64>)>>>, Vec<Kind>, Option<Config>);