Trait fedimint_client::sm::state::Context
source · 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>
Object Safety§
This trait is not object safe.