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 */ }
pub type RuntimeApiSender<T> = Sender<Result<T, RuntimeApiError>>;
A sender for the result of a runtime API request.
struct RuntimeApiSender<T> { /* private fields */ }