Type Definition ya_runtime_api::server::AsyncResponse[][src]

pub type AsyncResponse<'a, T> = DynFuture<'a, Result<T, ErrorResponse>>;