Struct conserve::Band [] [src]

pub struct Band { /* fields omitted */ }

All backup data is stored in a band.

Methods

impl Band
[src]

Make a new band (and its on-disk directory).

Publicly, prefer Archive::create_band.

Mark this band closed: no more blocks should be written after this.

Make an iterator that will return all entries in this band.

Return info about the state of this band.

Trait Implementations

impl Debug for Band
[src]

Formats the value using the given formatter.