pub trait ScriptableHookScope: Sealed { }Expand description
Hook scopes that name a single instance of the hooked operator and can therefore
script decisions and pauses: OnProcess and OnMember. An OnCluster-scoped
handle must first select a member with .on(member_id).
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".