momentohq / client-sdk-rust

Official Rust SDK for Momento Serverless Cache
Apache License 2.0
12 stars 4 forks source link

allow options on builders #356

Closed malandis closed 4 months ago

malandis commented 4 months ago

For ease of use, make request builders accept impl Into<Option<>> where appropriate.