delegate_provider_impls

Macro delegate_provider_impls 

Source
macro_rules! delegate_provider_impls {
    ($target:ty $(where [$($generics:tt)*])?) => { ... };
}
Available on crate feature provider only.
Expand description

Delegates the provider trait implementations to the as_ref function of the type:

AccountReader BlockHashReader StateProvider