pub type TreeSender<T, N> = Sender<FromEngine<EngineApiRequest<T, N>, <N as NodePrimitives>::Block>>;Expand description
The sender type for injecting blocks and FCU into the engine tree.
Aliased Typeยง
pub struct TreeSender<T, N> { /* private fields */ }