Trait pmcore::prelude::EquationTypes

pub trait EquationTypes {
    type S: State;
    type P: Predictions;
}

Required Associated Types§

type S: State

type P: Predictions

Implementors§