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