[−][src]Type Definition serde_hjson::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
.