rust_learning/hello_macro/src/lib.rs

3 lines
46 B
Rust

pub trait HelloMacro {
fn hello_macro();
}