Macro impl_component_provider

Source
macro_rules! impl_component_provider {
    ($dest_type:ty) => { ... };
    ($dest_type:ty, $($($comp_field:ident).*: $comp_type:ty),*) => { ... };
}
Expand description