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>

pub fn is_closed(&self) -> bool

Proxy function to [async_channel::Sender].

pub fn close(&self) -> bool

Proxy function to [async_channel::Sender].

pub fn unbounded_send(&self, msg: T) -> Result<(), TrySendError<T>>

Proxy function to async_channel::Sender::try_send.

pub fn len(&self) -> usize

The number of elements in the channel (proxy function to [async_channel::Sender]).

Trait Implementations

§

impl<T> Clone for TracingUnboundedSender<T>

§

fn clone(&self) -> TracingUnboundedSender<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Debug for TracingUnboundedSender<T>
where T: Debug,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more