[][src]Type Definition sp_consensus::import_queue::BoxJustificationImport

type BoxJustificationImport<B> = Box<dyn JustificationImport<B, Error = ConsensusError> + Send + Sync>;

Shared justification import struct used by the queue.