Enum round_based::async_runtime::watcher::When [−][src]
pub enum When {
HandleIncoming,
Proceed,
}This is supported on crate feature
async-runtime only.Expand description
Claims at which stage event occurred
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Whenimpl UnwindSafe for When