init_once

Function init_once 

Source
pub fn init_once()
Expand description

This optional function can be called once to show more more helpful errors on panic as well as to provide standard logging output to the console in general.

Any subsequent calls to this function after the first call do nothing.