-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Rust Drivers
-
None
-
None
-
None
-
None
-
None
-
None
The Collection type used to have a default generic type of Document. We removed this to encourage users to define and use their own data types. However, this can be inconvenient when calling a collection method for which the data type is irrelevant (e.g. drop). We should consider reintroducing a default generic type, likely either Document or RawDocumentBuf.