pub type DriverSpecificPowerConfigs = Map<&'static str, fn() -> Result<Vec<PowerElementConfiguration>>>;
pub struct DriverSpecificPowerConfigs { /* private fields */ }