pub type SharedWorkerCache = Arc<ArcSwap<WorkerCache>>;

Trait Implementations

Converts to this type from the input type.