pub const ACCESS_KIT_ADAPTERS: LocalKey<RefCell<AccessKitAdapters>>;Expand description
Temporary storage of access kit adapter data to replace usage of !Send resources. This will be replaced with proper
storage of !Send data after issue #17667 is complete.