Skip to main content

BoxBlockImport

Type Alias BoxBlockImport 

Source
pub type BoxBlockImport<B> = Box<dyn BlockImport<B, Error = Error> + Sync + Send>;
Expand description

Shared block import struct used by the queue.

Aliased Typeยง

pub struct BoxBlockImport<B>(/* private fields */);