Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any module is no longer public #44

Open
DaughterOfMars opened this issue Apr 8, 2022 · 1 comment
Open

any module is no longer public #44

DaughterOfMars opened this issue Apr 8, 2022 · 1 comment

Comments

@DaughterOfMars
Copy link

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.

@soufianexmx
Copy link

same here, couldn't use something like:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants