embassy_
sync
0.5.0
Kind
Object Safety
Implementors
In embassy_
sync::
priority_
channel
embassy_sync
::
priority_channel
Trait
Kind
Copy item path
source
pub trait Kind: Sealed { }
Expand description
The binary heap kind: min-heap or max-heap
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
Kind
for
Max
source
§
impl
Kind
for
Min