heapless
0.8.0
Kind
Object Safety
Implementors
In heapless::binary_heap
?
Settings
Trait
heapless
::
binary_heap
::
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