Priority

Trait Priority 

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

Describes the priority of the message.

Provided Methods§

Source

fn priority() -> PriorityLevel

The priority level.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§