Constant develop_debug::DEVELOP_DEBUG_OUTPUT_STATE[][src]

pub const DEVELOP_DEBUG_OUTPUT_STATE: LocalKey<RefCell<bool>>;
Expand description

Develop debug global output state (default false).

When the state is true, the debug message is printed. When the state is false, debug messages are ignored.