Open DaughterOfMars opened 2 years ago
In 1.0.0-beta.2, the any module is now private and only CloneAny is exported, meaning the Downcast trait is no longer visible.
1.0.0-beta.2
any
CloneAny
Downcast
same here, couldn't use something like:
struct Event<T, Obs: Observable + Any + UncheckedAnyExt> { time: time::Time<T>, observables: Map<Obs>, }
In
1.0.0-beta.2
, theany
module is now private and onlyCloneAny
is exported, meaning theDowncast
trait is no longer visible.