pub(crate) fn deserialize_file_content<T>( path: &Utf8Path, output_base: &Utf8Path, workspace: &Utf8Path, execution_root: &Utf8Path, ) -> Result<T>where T: DeserializeOwned,