kernel::capabilities

Trait ExternalProcessCapability

Source
pub unsafe trait ExternalProcessCapability { }
Expand description

A capability that allows the holder to use the core kernel resources needed to implement the Process trait.

Many of these operations are very sensitive, that is they cannot just be made public. In particular, certain objects can be used outside of the core kernel, but the constructors must be restricted.

Implementorsยง