Trait ethcore::snapshot::service::DatabaseRestore
[−]
[src]
External database restoration handler
Required Methods
fn restore_db(&self, new_db: &str) -> Result<(), Error>
Restart with a new backend. Takes ownership of passed database and moves it to a new location.
Implementors
impl DatabaseRestore for Client