pub type EpochServiceWrapper = Arc<RwLock<dyn EpochService>>;
Expand description

EpochServiceWrapper wraps a EpochService

Aliased Type§

struct EpochServiceWrapper { /* private fields */ }