pub fn read_qsym2_yaml<T, P: AsRef<Path>>(name: P) -> Result<T, Error>where T: DeserializeOwned,
Reads a QSym2 configuration YAML file and deserialises it into an appropriate structure.
QSym2
name
.yml
.yaml
A Result containing the structure deserialised from the read-in file.
Result