pub trait SchedulableAsAction<T: Sync> { }Expand description
Implemented by LogicalAction and PhysicalAction references to give access to ReactionCtx::schedule and variants.
pub trait SchedulableAsAction<T: Sync> { }Implemented by LogicalAction and PhysicalAction references to give access to ReactionCtx::schedule and variants.