aboutsummaryrefslogtreecommitdiff
path: root/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.rs')
-rw-r--r--src/parser.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.rs b/src/parser.rs
index 53f2abb..ccc082a 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -4,6 +4,7 @@ use std::io::BufReader;
extern crate xml;
use xml::reader::{EventReader, XmlEvent};
+#[derive(RustcEncodable)]
pub struct ParserResult {
pub external_id: String,
pub meeting_id: String,