pub fn search_minhashes<L>(
    node: &dyn Comparable<L>,
    query: &L,
    threshold: f64
) -> bool