macro_rules! impl_try_from_any {
($($t:ty),* $(,)?) => { ... };
}Expand description
Macro to implement TryFrom<AnyView> and TryFrom<Any> for a list of types
macro_rules! impl_try_from_any {
($($t:ty),* $(,)?) => { ... };
}Macro to implement TryFrom<AnyView> and TryFrom<Any> for a list of types