rust_forum/src/database/post.rs

6 lines
138 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() {}
2024-12-01 22:17:38 +03:00
async fn count_posts_of_a_user() {}