pub fn save_rule(rule: &CodemodRule, path: &Path) -> Result<()>Expand description
Save a codemod rule to a YAML file.
ยงErrors
CodemodError::Ruleif serialization fails.CodemodError::Ioif the file cannot be written.
pub fn save_rule(rule: &CodemodRule, path: &Path) -> Result<()>Save a codemod rule to a YAML file.
CodemodError::Rule if serialization fails.CodemodError::Io if the file cannot be written.