Skip to main content

default

Function default 

Source
pub fn default() -> Option<Photon>
Expand description

Clone of the process-wide Photon set by configure, if any.

Prefer an explicit Photon handle. This exists for macro convenience helpers.

Recovers from a poisoned lock so a prior panicking holder cannot brick lookup.