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