Function reth::chainspec::once_cell_set

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

Simple utility to create a OnceCell with a value set.