Type Alias holochain_p2p::ChcImpl

source ·
pub type ChcImpl = Arc<dyn Send + Sync + ChainHeadCoordinatorExt + 'static>;
Expand description

A CHC implementation

Aliased Type§

struct ChcImpl { /* private fields */ }