AzureSDKForRust icon indicating copy to clipboard operation
AzureSDKForRust copied to clipboard

Allow ConsistencyLevelSupport to borrow (do not take ownership)

Open MindFlavor opened this issue 4 years ago • 0 comments

Right now the trait takes ownership of the ConsistencyLevel field. This is not ideal: it might be better to accept a Into<Cow<...>> or similar.

MindFlavor avatar Jun 08 '20 12:06 MindFlavor