pub fn write_rust_module(
contracts: &[GeneratedContract],
output: &Path,
) -> Result<()>Expand description
Write generated Rust code to a file.
pub fn write_rust_module(
contracts: &[GeneratedContract],
output: &Path,
) -> Result<()>Write generated Rust code to a file.