pub type PetriNetSimulationBorrowMut<'a> = SimulationBorrowMut<'a, PetriNetInfo>;Expand description
Represents a single mutable petri net simulation.
Aliased Type§
pub struct PetriNetSimulationBorrowMut<'a> {
pub state: &'a mut State,
/* private fields */
}Fields§
§state: &'a mut StateThe referenced simulation state.