Macro impl_as_any

Source
macro_rules! impl_as_any {
    ($t:ty) => { ... };
}
Expand description

Implement AsAny for the given type.