[][src]Type Definition json5::Result

type Result<T> = Result<T, Error>;

Alias for a Result with error type json5::Error