pub struct Message { sender_id: i32, message: String, } pub struct ClientServer {} pub struct FrontendServer {} pub fn show_message() {} fn main() {}