[][src]Trait bintrie::IntoHeuristic

pub trait IntoHeuristic {
    type Heuristic: UncheckedHeuristic;
    fn into_heuristic(self) -> Self::Heuristic;
}

Associated Types

Loading content...

Required methods

fn into_heuristic(self) -> Self::Heuristic

Loading content...

Implementors

impl<H> IntoHeuristic for H where
    H: UncheckedHeuristic
[src]

type Heuristic = Self

Loading content...