logo
pub unsafe trait KernelBoostPriority: KernelBase {
    fn raw_boost_priority() -> Result<(), BoostPriorityError>;
}
Expand description

Provides the boost_priority method.

Safety

See the Safety section of the module documentation.

Required methods

Implementors