A trait (& utilities) for downcasting trait objects back to their original types.
Add to your Cargo.toml:
toml
[dependencies]
downcast = "0.8"
Add to your crate root:
```rust
extern crate downcast; ```
Downcast::downcast()
).Any::type_name()
).Make sure to cargo install rustfmt
and cargo fmt
the codebase before creating any commits!