rust_forum/src/database/post.rs

5 lines
102 B
Rust
Raw Normal View History

2024-11-30 19:36:20 +03:00
async fn create_post() {}
async fn read_post() {}
async fn update_post() {}
async fn delete_post() {}