pub fn set_resolution_error_handler(
handler: fn(DiError) -> !,
) -> Result<(), fn(DiError) -> !>Expand description
Installs the process-wide handler used when a plain #[injected] wrapper
cannot resolve one of its dependencies.
The handler must not return. Install it before calling injected functions.