pub trait BlockImportAdapterFull: BlockImport<Block, Error = ConsensusError> + Send + Sync + Clone { }

Implementors§