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