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
Cast trait should be used to enforce conversions that are required on the Value type (to/from functions and booleans for dynamic invoke and conditional execution respectively). Cast<T> should basically just enforce From<T> and Into<Option<T>>, but we might want to call that method cast_into() or something.
The text was updated successfully, but these errors were encountered:
Cast trait should be used to enforce conversions that are required on the Value type (to/from functions and booleans for dynamic invoke and conditional execution respectively).
Cast<T>
should basically just enforceFrom<T>
andInto<Option<T>>
, but we might want to call that methodcast_into()
or something.The text was updated successfully, but these errors were encountered: