unique_repr, no default impl

This commit is contained in:
NikVolf
2017-02-16 23:04:39 +03:00
parent 444065e294
commit 92d8edc1a6
7 changed files with 23 additions and 4 deletions

View File

@@ -74,4 +74,8 @@ impl KeyDirectory for TransientDir {
fn remove(&self, account: &SafeAccount) -> Result<(), Error> {
self.dir.remove(account)
}
fn unique_repr(&self) -> Result<u64, Error> {
self.dir.unique_repr()
}
}