The Rust code of macros.rs will try to clarify things: macro_rules! hello_world{ () => { println!("Hello World!") }; } fn double(a: i32) ...
確定! 回上一頁