[][src]Function codegenrs::write_str

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

Write or verify code-genned text.

See CodeGenArgs for structopt integration.