pub fn read_rule_trace(
path: &str,
test_name: &str,
prefix: &str,
) -> Result<Vec<String>, Error>
Expand description
Reads a rule trace from a file. For the generated prefix, it appends a count message. Returns the lines of the file as a vector of strings.