Skip to main content

RequestHandlerFuture

Type Alias RequestHandlerFuture 

Source
pub type RequestHandlerFuture = Pin<Box<dyn Future<Output = Result<Value, JsonRpcError>> + Send>>;
Expand description

Future returned by async request handlers.

Aliased Type§

pub struct RequestHandlerFuture { /* private fields */ }