pub type RuntimeApiSender<T> = Sender<Result<T, RuntimeApiError>>;
Expand description

A sender for the result of a runtime API request.

Aliased Type§

struct RuntimeApiSender<T> { /* private fields */ }