Expand description
Type aliases for traits that are often used together
Traits§
- Block
Reader For - This is a type alias to make type bounds simpler, when we have a
NetworkPrimitives
and need aBlockReader
whose associated types match theNetworkPrimitives
associated types.