autocommit 2022-02-17 19:12:52 CET
This commit is contained in:
parent
cf322f05be
commit
195a92d98b
29 changed files with 610 additions and 175 deletions
|
|
@ -1,15 +1,12 @@
|
|||
use std::rc::Rc;
|
||||
use crate::backend::Backend;
|
||||
use std::rc::Rc;
|
||||
|
||||
pub struct DummyBackend {
|
||||
|
||||
}
|
||||
pub struct DummyBackend {}
|
||||
|
||||
impl DummyBackend {
|
||||
pub fn new() -> Rc<Self> {
|
||||
Rc::new(Self { })
|
||||
Rc::new(Self {})
|
||||
}
|
||||
}
|
||||
|
||||
impl Backend for DummyBackend {
|
||||
}
|
||||
impl Backend for DummyBackend {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue