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

pub trait FromFactory<N> {
    fn factory(&self, name: &str) -> Result<N, Error>;
}

Required methods

Implementors