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.

ยงPanics

Panics if an internal lock is poisoned.