Trait fedimint_client::sm::Context

source ·
pub trait Context: Debug + MaybeSend + MaybeSync + 'static { }
Expand description

Additional data made available to state machines of a module (e.g. API clients)

Implementations on Foreign Types§

source§

impl Context for ()

Implementors§