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

A sender for the result of a runtime API request.