rust_learning/hello_macro/src/lib.rs

3 lines
46 B
Rust
Raw Normal View History

pub trait HelloMacro {
fn hello_macro();
}