Err<S> typedef

Err<S> = Err<S, Error>

Error Result.

Returned when the result is an unexpected value

Implementation

typedef Err<S> = rust.Err<S, Error>;