mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-24 21:32:15 +08:00
4 lines
47 B
Rust
Executable File
4 lines
47 B
Rust
Executable File
pub trait HelloMacro {
|
|
fn hello_macro();
|
|
}
|