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