Function default
Source pub fn default() -> Option<Boson>
Expand description
Return the configured default Boson instance, if any.
Used by macro-generated send_with helpers. Returns None when configure has not been
called.
ยงPanics
Panics if the internal lock is poisoned.