pub fn install()
Expand description

Install the necessary machinery to make Problem based error handling work.

Ideally, this should should be called first in the main of the binary.

Panics

This function panics if fails to set the necessary machinery, which happens if the function was already called before.