Skip to main content

LocalAsyncEngine

Type Alias LocalAsyncEngine 

Source
pub type LocalAsyncEngine = Arc<dyn AsyncEngine<SingleIn<Value>, ManyOut<Annotated<Value>>, Error> + Send + Sync>;
Expand description

Type alias for a boxed async engine that can handle generic requests and responses

Aliased Typeยง

pub struct LocalAsyncEngine { /* private fields */ }