pub trait SnapshotReader {
fn manifest(&self) -> &ManifestData;
fn chunk(&self, hash: H256) -> Result<Bytes>;
}
Expand description
Something which can read compressed snapshots.
Required methods
fn manifest(&self) -> &ManifestData
fn manifest(&self) -> &ManifestData
Get the manifest data for this snapshot.