#[singleton]Expand description
Registers a lazily-created singleton provider.
It can be placed on either a free provider function or an inherent impl
containing a new constructor. Constructors may be synchronous or async.
Every injected parameter must have the form name: Arc<Dependency>.