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