rust_forum/src/database/user.rs

5 lines
102 B
Rust
Raw Normal View History

2024-11-30 19:36:20 +03:00
async fn create_user() {}
async fn read_user() {}
async fn update_user() {}
async fn delete_user() {}