Enum rill_protocol::flow::core::Activity [−][src]
Expand description
Variant of activity that send to tracers.
Variants
Listener connected
Action(T::Action)
Forwards an action
Listener disconnected
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Activity<T> where
<T as Flow>::Action: RefUnwindSafe,
impl<T> UnwindSafe for Activity<T> where
<T as Flow>::Action: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more