Skip to main content

IFSM

Trait IFSM 

Source
pub trait IFSM: IObject {
    // Provided methods
    fn state_list(self) -> LinkedList_1<State> { ... }
    fn set_state_list(self, value: LinkedList_1<State>) { ... }
}

Provided Methods§

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§

Source§

impl IFSM for FSM