pub type BoxJustificationImport<B> = Box<dyn JustificationImport<B, Error = Error> + Send + Sync>;
Expand description

Shared justification import struct used by the queue.

Aliased Type§

struct BoxJustificationImport<B>(/* private fields */);