1 2 3 4 5
use feos_core::{EquationOfState, IdealGas, Residual}; pub struct Strategy<R: Residual, I: IdealGas> { eos: EquationOfState<R, I> }