pub trait ChainStorageReader<Provider, Primitives>: BlockBodyReader<Provider, Block = <Primitives as NodePrimitives>::Block>where
Primitives: NodePrimitives,{ }Available on crate feature
provider only.Expand description
Trait that implements how chain-specific types are read from storage.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".