Trait xmz_server::prelude::AsAny [−][src]
Dieser Trait ist für das Upcasting nötig
- https://stackoverflow.com/questions/42056422/using-any-with-traits-in-rust
- https://stackoverflow.com/questions/28632968/why-doesnt-rust-support-trait-object-upcasting
- https://github.com/rust-lang/rust/issues/5665
Required Methods
Implementors
impl<T: Any> AsAny for T