Struct ethcore::snapshot::io::LooseReader   
                   
                       [−]
                   
               [src]
pub struct LooseReader { /* fields omitted */ }reader for "loose" snapshots
Methods
impl LooseReader[src] 
impl LooseReaderpub 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 LooseReaderAuto Trait Implementations
impl Send for LooseReader
impl Send for LooseReaderimpl Sync for LooseReader
impl Sync for LooseReader