pub fn write_file<O0: Into<Output>, O1: Into<Output>>( filename: O0, contents: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for WriteFile::new().build(filename, contents, scope).
WriteFile::new().build(filename, contents, scope)