pub unsafe trait ProcessManagementCapability { }Expand description
The ProcessManagementCapability allows the holder to control
process execution, such as related to creating, restarting, and
otherwise managing processes.
§Safety
Capabilities can only be created in trusted crates that can use unsafe.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".