Trait AnyDebug

Source
pub trait AnyDebug: Debug + Any { }
Expand description

A trait for types that can be displayed in debug format and are also support downcasting.

Implementors§

Source§

impl<T: Debug + Any> AnyDebug for T