Macro impl_try_from_any

Source
macro_rules! impl_try_from_any {
    ($($t:ty),* $(,)?) => { ... };
}
Expand description

Macro to implement TryFrom<AnyView> and TryFrom<Any> for a list of types