Function reth_chainspec::once_cell_set

source ยท
pub fn once_cell_set<T>(value: T) -> OnceCell<T>
Expand description

Simple utility to create a OnceCell with a value set.