Type Alias moonbeam_rpc_debug::DebugRequester
source · pub type DebugRequester = TracingUnboundedSender<((RequesterInput, Option<TraceParams>), Responder)>;
Aliased Type§
struct DebugRequester { /* private fields */ }
Implementations
§impl<T> TracingUnboundedSender<T>
impl<T> TracingUnboundedSender<T>
pub fn unbounded_send(&self, msg: T) -> Result<(), TrySendError<T>>
pub fn unbounded_send(&self, msg: T) -> Result<(), TrySendError<T>>
Proxy function to async_channel::Sender::try_send
.