pub fn load_descriptor(
toml_src: &str,
source: &str,
) -> Result<HarnessDescriptor, DescriptorError>Expand description
Parse, schema-check, and invariant-check one descriptor. source names the
descriptor in error messages (its file path).