LiveSplit / asr

Helper crate to write auto splitters for LiveSplit One's auto splitting runtime.
https://livesplit.org/asr/asr
Apache License 2.0
10 stars 10 forks source link

Support functions retrying `Result` in `retry` #32

Closed CryZe closed 1 year ago

CryZe commented 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.