Trait sourmash::index::storage::ReadData[][src]

pub trait ReadData<D> {
    fn data(&self) -> Result<&D, Error>;
}
Expand description

Implemented by anything that wants to read specific data from a storage.

Required methods

Implementors