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