1 2 3 4 5
#[derive(Debug, RustcEncodable, RustcDecodable)] pub struct Status { pub error: String, pub message: String, }