Add a serde_json::Result helper type

This commit is contained in:
Erick Tryzelaar
2015-08-01 13:49:57 -07:00
parent 23031d057f
commit c9d55362d6
3 changed files with 39 additions and 35 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ extern crate num;
extern crate serde;
pub use self::de::{Deserializer, from_str};
pub use self::error::{Error, ErrorCode};
pub use self::error::{Error, ErrorCode, Result};
pub use self::ser::{
Serializer,
to_writer,