macro_rules! impl_component_provider {
($dest_type:ty) => { ... };
($dest_type:ty, $($($comp_field:ident).*: $comp_type:ty),*) => { ... };
}Expand description
Implements ComponentProvider::query_component_ref and ComponentProvider::query_component_mut in a much
shorter way.