UseLengthFinder

Trait UseLengthFinder 

Source
pub trait UseLengthFinder<B: BTreeTrait> {
    // Required method
    fn get_len(cache: &B::Cache) -> usize;
}

Required Methods§

Source

fn get_len(cache: &B::Cache) -> usize

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§