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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> BlockImportAdapterFull for T
where T: BlockImport<Block, Error = Error> + Send + Sync + Clone,