v1.0.2 - Include context in expect output
Fixed
Result.expect()
andResult.expect_err()
now appends the stringified
Err
orOk
result to the providedmsg
.
Result.expect()
and Result.expect_err()
now appends the stringifiedErr
or Ok
result to the provided msg
.