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