pub trait IsEnabled: RegulatorState { }
A trait that abstracts the ability to check if a Regulator is enabled.
Regulator