check_config

Function check_config 

Source
pub async fn check_config<T>(config: T, hwmons: &Hwmons) -> Vec<Error>
where T: TryInto<Config>, Error: From<<T as TryInto<Config>>::Error>,
Expand description

Checks the given Config for errors and incompatibilities with the given Hwmons.