pub async fn check_config<T>(config: T, hwmons: &Hwmons) -> Vec<Error>where T: TryInto<Config>, Error: From<<T as TryInto<Config>>::Error>,
Checks the given Config for errors and incompatibilities with the given Hwmons.
Config
Hwmons