Enum rill_protocol::flow::core::Activity [−][src]
Expand description
Variant of activity that send to tracers.
Variants
Listener connected
Forwards an action
Tuple Fields of Action
0: T::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