You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently started checking out this library but found a hurdle to my adoption: I want to use custom types in the _id field which serialize to a String. Would wither be able to support this, instead of strictly requiring id: Option<ObjectId>?
I recently started checking out this library but found a hurdle to my adoption: I want to use custom types in the
_idfield which serialize to aString. Would wither be able to support this, instead of strictly requiringid: Option<ObjectId>?