pub type RuntimeApiReceiver<T> = Receiver<Result<T, RuntimeApiError>>;
Expand description

A type alias for Runtime API receivers.