pub unsafe trait ProcessStartCapability { }Expand description
The ProcessStartCapability allows the holder to start a process.
This is controlled and separate from ProcessManagementCapability
because the process must have a unique application identifier and
so only modules which check this may do so.
§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".