Type Alias EngineQuerySender

Source
pub type EngineQuerySender = Sender<EngineQueries>;
Expand description

The type of data that can be requested from the engine.

Aliased Typeยง

pub struct EngineQuerySender { /* private fields */ }