MindFlavor / AzureSDKForRust

Microsoft Azure SDK for Rust
http://mindflavor.github.io/AzureSDKForRust
Apache License 2.0
160 stars 64 forks source link

Expose CosmosDB methods as traits #280

Closed MindFlavor closed 4 years ago

MindFlavor commented 4 years ago

Right now CosmosDB methods are exposed through a series of structs. For ease of use - and future enhancements - it's better to expose traits instead.