pub type BoxBlockImport<B> = Box<dyn BlockImport<B, Error = Error> + Sync + Send>;
Shared block import struct used by the queue.
pub struct BoxBlockImport<B>(/* private fields */);