pub async fn dispatch_query_async<R, F>(
call: EndpointCall,
f: impl FnOnce() -> F,
) -> Rwhere
F: Future<Output = R>,Expand description
Dispatch an asynchronous query endpoint.
pub async fn dispatch_query_async<R, F>(
call: EndpointCall,
f: impl FnOnce() -> F,
) -> Rwhere
F: Future<Output = R>,Dispatch an asynchronous query endpoint.