trpl-zh-cn/listings/ch19-advanced-features/listing-19-31/hello_macro/src/lib.rs
2022-02-06 16:43:51 +08:00

4 lines
47 B
Rust
Executable File

pub trait HelloMacro {
fn hello_macro();
}