[][src]Type Definition sc_consensus_epochs::SharedEpochChanges

type SharedEpochChanges<Block, Epoch> = Arc<Mutex<EpochChangesFor<Block, Epoch>>>;

A shared epoch changes tree.