Type Alias makeup::component::ContextTx

source ·
pub type ContextTx<M> = UnboundedSender<(Key, RawComponentMessage<M>)>;
Expand description

An UnboundedSender that can be used to send messages to a component during updates.

Aliased Type§

struct ContextTx<M> { /* private fields */ }