Struct rillrate::CallbackReceiver [−][src]
pub struct CallbackReceiver<OUT> where
OUT: 'static, { /* fields omitted */ }
Expand description
An async receiver for events.
Generated by calling of CallbackBuilder::receiver
method.
Implementations
Auto Trait Implementations
impl<OUT> !RefUnwindSafe for CallbackReceiver<OUT>
impl<OUT> Send for CallbackReceiver<OUT> where
OUT: Send,
impl<OUT> Sync for CallbackReceiver<OUT> where
OUT: Send,
impl<OUT> Unpin for CallbackReceiver<OUT>
impl<OUT> !UnwindSafe for CallbackReceiver<OUT>
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an optional value of a Properties
struct.
Convert self
to a value of a Properties
struct.
Convert self
to a value of a Properties
struct.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more