Function feature_check::obtain::obtain_features
source · [−]pub fn obtain_features(config: &Config) -> Result<Obtained, ObtainError>
Expand description
Run the specified program, analyze its output.
See the crate-level documentation for sample usage.
Errors
Will return Obtained::Failed
if the program cannot be executed.
Will propagate errors from decoding the program’s output as UTF-8 lines.