A special type of Result that using Error as the error type. It is equivalent to Result<Error, _> or Err<Error> | Ok<_>.
Result
Error
Result<Error, _>
Err<Error> | Ok<_>
A special type of
Resultthat usingErroras the error type. It is equivalent toResult<Error, _>orErr<Error> | Ok<_>.