Update
This commit is contained in:
parent
8882712925
commit
9268254369
4 changed files with 122 additions and 9 deletions
|
|
@ -9,6 +9,7 @@ pub trait Storage {
|
|||
fn recent_date(&self) -> Result<u64, Box<Error>>;
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct SimpleStorage(String, String);
|
||||
|
||||
impl SimpleStorage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue