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