Expand description
See the description
Re-exports§
pub use pns;
Structs§
- EditNet
- A wrapper type for net which only supports safe edits.
- Fire
State - A temporary object for selecting an event to call.
Enums§
- Dynamic
Net - A dynamic type, able to store both net kinds.
- Dynamic
NetEdit - A type for editing a dynamic net safely.
Traits§
- Editable
- A trait for types that can be safely edited without invalidating their associated states.
- Fire
Direction - A trait representing a direction for calling or reverting events in a simulation.
- Simulation
- The
Simulationtrait provides an interface for interacting with a simulation. - Simulation
Extensions - Extension trait for the simulation.
Functions§
- maximum_
fire_ count - Calculate how often a transaction could theoretically be fired.
- maximum_
unfire_ count - Calculate how often a transaction could theoretically be unfired.