anymap icon indicating copy to clipboard operation
anymap copied to clipboard

`any` module is no longer public

Open DaughterOfMars opened this issue 2 years ago • 1 comments

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.

DaughterOfMars avatar Apr 08 '22 18:04 DaughterOfMars

same here, couldn't use something like:

struct Event<T, Obs: Observable + Any + UncheckedAnyExt> {
    time: time::Time<T>,
    observables: Map<Obs>,
}

soufianexmx avatar Jan 24 '23 22:01 soufianexmx