Open MindFlavor opened 4 years ago
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.
ConsistencyLevel
Into<Cow<...>>
Right now the trait takes ownership of the
ConsistencyLevel
field. This is not ideal: it might be better to accept aInto<Cow<...>>
or similar.