edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
208 stars 26 forks source link

Add RetryCondition to pub use #248

Closed Dhghomon closed 1 year ago

Dhghomon commented 1 year ago

Small thing I noticed today: can't use the with_rule method when changing retry options for the client as RetryCondition isn't pub and neither is mod options.