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
Hi, I know that there is no unsigned integer type in bson, but the trait From<u32> is implemented for Bson as a sugar. However I cannot find From<u64> sugar. I think it will be desried for many users.
The text was updated successfully, but these errors were encountered:
Hi, I know that there is no unsigned integer type in bson, but the trait
From<u32>
is implemented forBson
as a sugar. However I cannot findFrom<u64>
sugar. I think it will be desried for many users.The text was updated successfully, but these errors were encountered: