PetriNetSimulationBorrowMut

Type Alias PetriNetSimulationBorrowMut 

Source
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 State

The referenced simulation state.