Struct ethcore::snapshot::io::LooseReader
[−]
[src]
pub struct LooseReader { /* fields omitted */ }
reader for "loose" snapshots
Methods
impl LooseReader
[src]
impl LooseReader
pub fn new(dir: PathBuf) -> Result<Self, Error>
[src]
pub fn new(dir: PathBuf) -> Result<Self, Error>
Create a new LooseReader
which will read the manifest and chunk data from
the given directory.
Trait Implementations
impl SnapshotReader for LooseReader
[src]
impl SnapshotReader for LooseReader
Auto Trait Implementations
impl Send for LooseReader
impl Send for LooseReader
impl Sync for LooseReader
impl Sync for LooseReader