[−][src]Type Definition serde_json::error::Result
type Result<T> = Result<T, Error>;
Helper alias for Result objects that return a JSON Error.
type Result<T> = Result<T, Error>;
Helper alias for Result objects that return a JSON Error.