Type Definition AsyncResponse
Other items inya_runtime_api::server
type AsyncResponse<'a, T> = DynFuture<'a, Result<T, ErrorResponse>>;