pub fn turbo() -> bool👎Deprecated since 1.1.0: please use
try_turbo() with TurboState instead.Expand description
Returns true if the turbo boost is enabled, false if it is disabled or not supported.
NOTE: use try_turbo()