pub trait Parameter: ParameterSpace { type Value; // Required method fn value(&self, index: usize) -> &Self::Value; }