We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Result<T, E>.expect_err
Result<T, E> has unwrap and expect method yielding Ok, but only has unwrap_err yielding Err, there isn't expect_err method.
Result<T, E>
unwrap
expect
Ok
unwrap_err
Err
expect_err