7 lines
118 B
Rust
7 lines
118 B
Rust
use super::Database;
|
|
|
|
impl Database {
|
|
async fn add_user_to_group(&self) {}
|
|
|
|
async fn create_group(&self) {}
|
|
}
|