pub static RESOURCE_ACCESSOR: OnceLock<Arc<dyn ResourceAccessor>>Expand description
Process-global bridge to the host’s resource accessor, installed once by
the runtime at session start. None (uninstalled) is the norm for any
polydat use that has no host — the trait is a bridge, not a requirement.