downcast 0.11.0

Trait for downcasting trait objects back to their original types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
default = ["std"]
nightly = []
std = []

[package]
authors = ["Felix Köpge <fkoep@mailbox.org>"]
categories = ["no-std", "rust-patterns"]
description = "Trait for downcasting trait objects back to their original types."
documentation = "https://docs.rs/downcast"
edition = "2018"
keywords = ["any"]
license = "MIT"
name = "downcast"
readme = "README.md"
repository = "https://github.com/fkoep/downcast-rs"
version = "0.11.0"