Trait embassy_sync::priority_channel::Kind
source · pub trait Kind: Sealed { }
Expand description
The binary heap kind: min-heap or max-heap
Object Safety§
This trait is not object safe.
pub trait Kind: Sealed { }
The binary heap kind: min-heap or max-heap