macro_rules! delegate_provider_impls {
($target:ty $(where [$($generics:tt)*])?) => { ... };
}Expand description
Delegates the provider trait implementations to the as_ref function of the type:
macro_rules! delegate_provider_impls {
($target:ty $(where [$($generics:tt)*])?) => { ... };
}Delegates the provider trait implementations to the as_ref function of the type: