Skip to main content

default

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. Recovers from a poisoned lock by taking the inner value.