Transition

Trait Transition 

Source
pub trait Transition:
    Debug
    + HasIdentity
    + HasLabel { }
Expand description

This is the core trait for a transition within a place/transition net. Given a net \(N=\left\langle P,T,A \right\rangle\) a transition \(t\) is a member of the set \(T\) such that \(t\in T\)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§