Type Definition json::Result [−][src]
pub type Result<T> = Result<T, Error>;
Expand description
Result type used by this crate.
Note: Since 0.9.0 the old JsonResult
type is deprecated. Always use
json::Result
instead.
pub type Result<T> = Result<T, Error>;
Result type used by this crate.
Note: Since 0.9.0 the old JsonResult
type is deprecated. Always use
json::Result
instead.