pub unsafe trait Kind { }
Expand description

The binary heap kind: min-heap or max-heap

Do not implement this trait yourself!

Implementors§