Function write_str

Source
pub fn write_str(
    content: &str,
    output: &Path,
    check: bool,
) -> Result<(), Box<dyn Error>>
Expand description

Write or verify code-genned text.

See CodeGenArgs for clap integration.