Skip to main content

BindableHookScope

Trait BindableHookScope 

Source
pub trait BindableHookScope: Sealed { }
Expand description

Hook scopes a handle can be created and bound with: OnProcess and OnCluster. Operator signatures select the scope through Location::SimHookScope.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§