Type Definition narwhal_config::SharedWorkerCache
source · [−]pub type SharedWorkerCache = Arc<ArcSwap<WorkerCache>>;
Trait Implementations
sourcefn from(worker_cache: WorkerCache) -> Self
fn from(worker_cache: WorkerCache) -> Self
Converts to this type from the input type.