summaryrefslogtreecommitdiff
path: root/advanced/hello_macro/src/lib.rs
blob: e74793184bef103dddbfff331ee3f0e94ea9e208 (plain) (blame)
1
2
3
pub trait HelloMacro {
    fn hello_macro();
}