macro_rules! impl_dyn_resource {
($($type:ty),*) => { ... };
}
Expand description
Utility macro for implementing DynResource
for a list of types.
macro_rules! impl_dyn_resource {
($($type:ty),*) => { ... };
}
Utility macro for implementing DynResource
for a list of types.