pub type PowImportQueue<B> = BasicQueue<B>;
The PoW import queue type.
struct PowImportQueue<B> { /* private fields */ }