mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
enshort namespace
This commit is contained in:
parent
2a7d7c5c46
commit
08db41b927
2 changed files with 5 additions and 5 deletions
11
src/browser/db.rs
Normal file
11
src/browser/db.rs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
pub struct Browser {
|
||||
pub connection: Arc<sqlite::Connection>,
|
||||
}
|
||||
|
||||
impl Browser {
|
||||
fn init(&self) {}
|
||||
fn save(&self) {}
|
||||
fn restore(&self) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue