Trait sourmash::index::sbt::Update[][src]

pub trait Update<O> {
    fn update(&self, other: &mut O) -> Result<(), Error>;
}

Required methods

Implementors