Trait EquationTypes
pub trait EquationTypes {
type S: State + Debug;
type P: Predictions;
}Expand description
Associated state and prediction container types for an equation family.
Required Associated Types§
type P: Predictions
type P: Predictions
The predictions container type
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".