Module xdevs::traits

source ·

Traits§

  • Interface for simulating DEVS models. All DEVS models must implement this trait.
  • Trait that defines the methods that a DEVS event bag set must implement.
  • Interface for DEVS components. All DEVS components must implement this trait.
  • Partial interface for DEVS atomic models. It is used as a helper trait to implement the crate::Atomic trait.