Trait SchedulableAsAction

Source
pub trait SchedulableAsAction<T: Sync> { }
Expand description

Implemented by LogicalAction and PhysicalAction references to give access to ReactionCtx::schedule and variants.

Implementors§