pub trait GlobalContext: Debug + Clone + MaybeSync + MaybeSend + 'static { }
Expand description

Context given to all state machines

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl GlobalContext for ()

Implementors§