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
Currently, get_size panics if it is used on an unsupported type. This is not documented anywhere, and confusing. Returning None(or better yet, an Err) would clearly indicate this is an unsupported operation, allowing for it's more graceful handling.
Additionally, get_size panic's for some commonly used types, including bools . This makes using it cumbersome.