Function devtools::init

source ·
pub fn init<R: Runtime>() -> TauriPlugin<R>
Expand description

Initializes the global tracing subscriber.

See Builder::init for details and documentation.

Panics

This function will panic if it is called more than once, or if another library has already initialized a global tracing subscriber.