Add missing method retrieve_copy
This commit is contained in:
parent
9d7f20b68e
commit
5289547873
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ impl Store for FSStore {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn retrieve_copy(&self, id : String) -> Result<Entry> {
|
||||||
|
unimplemented!()
|
||||||
|
}
|
||||||
|
|
||||||
fn update(&self, entry: Arc<RwLock<Entry>>) -> Result<()> {
|
fn update(&self, entry: Arc<RwLock<Entry>>) -> Result<()> {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue