pub trait IsEnabled: RegulatorState { }
Expand description

A trait that abstracts the ability to check if a Regulator is enabled.

Object Safety§

This trait is not object safe.

Implementors§