SHARED_FALLBACK_CLIPBOARD

Static SHARED_FALLBACK_CLIPBOARD 

Source
static SHARED_FALLBACK_CLIPBOARD: OnceLock<Mutex<String>>
Expand description

If the clipboard cannot be accessed, we fall back to a simple String to store text for the clipboard. This obviously does not work across processes.