pub trait Context:
Debug
+ MaybeSend
+ MaybeSync
+ 'static {
const KIND: Option<ModuleKind>;
}
Expand description
Additional data made available to state machines of a module (e.g. API clients)
Required Associated Constants§
const KIND: Option<ModuleKind>
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.