AsyncEngineUnary

Trait AsyncEngineUnary 

Source
pub trait AsyncEngineUnary<Resp: Data>:
    Future<Output = Resp>
    + AsyncEngineContextProvider
    + Send { }
Expand description

A unary (single-response) asynchronous engine operation.

This trait combines Future semantics with context provider capabilities, representing a single async operation that produces one result.

Implementorsยง