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 was trying to create timeseries collection via driver and found that it's not possible since TimeseriesOptions is marked as non-exhaustive so there's no way to instantiate that structure outside mongodb crate. Please, either add derive(Default) or create a function to instantiate TimeseriesOptions struct.