Trait sourmash::index::Comparable[][src]

pub trait Comparable<O> {
    fn similarity(&self, other: &O) -> f64;
fn containment(&self, other: &O) -> f64; }

Required methods

Implementations on Foreign Types

Implementors