Skip to main content

is_initialized

Function is_initialized 

Source
pub fn is_initialized() -> bool
Expand description

Returns whether init_static() has already been called.

This function checks if the initialization process has been executed. It returns true if init_static() has been called (regardless of whether it succeeded or failed), and false otherwise.