altrios-core 1.0.1

ALTRIOS Core model for train simulation
Documentation
1
2
3
4
/// Provides method for determining whether [FuelConverter] is currently active/on
pub trait FuelConverterOn {
    fn fc_on(&self) -> anyhow::Result<bool>;
}