pub trait Priority {
    // Provided method
    fn priority() -> PriorityLevel { ... }
}
Expand description

Describes the priority of the message.

Provided Methods§

fn priority() -> PriorityLevel

The priority level.

Object Safety§

This trait is not object safe.

Implementors§