Type Definition sp_consensus::import_queue::BoxJustificationImport [−][src]
type BoxJustificationImport<B> = Box<dyn JustificationImport<B, Error = ConsensusError> + Send + Sync>;
Shared justification import struct used by the queue.