BstDirection

Trait BstDirection 

Source
pub trait BstDirection {
    const IDX: usize;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl BstDirection for Left

Source§

const IDX: usize = 0usize

Source§

impl BstDirection for Right

Source§

const IDX: usize = 1usize