use super::post_info::PostInfo; pub struct Post { pub id: i32, pub info: PostInfo, pub content: String, }