Closed CryZe closed 1 year ago
This adds a new IntoOption trait that is similar to the unstable Try trait. This allows you to use retry with functions that return Result instead of Option.
IntoOption
Try
retry
Result
Option
This adds a new
IntoOption
trait that is similar to the unstableTry
trait. This allows you to useretry
with functions that returnResult
instead ofOption
.