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.
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.