Trait EquationTypes
pub trait EquationTypes {
type S: State + Debug;
type P: Predictions;
}
Expand description
Trait defining the associated types for equations.
Required Associated Types§
type P: Predictions
type P: Predictions
The predictions container type