pub trait BlockOf {
type Type: BlockT;
}Expand description
Figure out the block type for a given type (for now, just a Client).
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".