Type Alias MlmeSink

Source
pub type MlmeSink = UnboundedSink<MlmeRequest>;

Aliased Type§

struct MlmeSink { /* private fields */ }

Implementations

Source§

impl<T> UnboundedSink<T>

Source

pub fn new(sink: UnboundedSender<T>) -> UnboundedSink<T>

Source

pub fn send(&self, msg: T)

Trait Implementations

Source§

impl<T> Clone for UnboundedSink<T>

Source§

fn clone(&self) -> UnboundedSink<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
Source§

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

Source§

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

Formats the value using the given formatter. Read more