Struct ethcore::snapshot::Progress[][src]

pub struct Progress { /* fields omitted */ }

A progress indicator for snapshots.

Methods

impl Progress
[src]

Reset the progress.

Get the number of accounts snapshotted thus far.

Get the number of blocks snapshotted thus far.

Get the written size of the snapshot in bytes.

Whether the snapshot is complete.

Trait Implementations

impl Debug for Progress
[src]

Formats the value using the given formatter. Read more

impl Default for Progress
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Progress

impl Sync for Progress