index
:
53hornet/learning-rust
master
Exercises from the Rust Book and Manning Rust
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
advanced
/
hello_macro
/
src
/
lib.rs
blob: e74793184bef103dddbfff331ee3f0e94ea9e208 (
plain
) (
tree
)
5718a0b
1
2
3
pub trait HelloMacro { fn hello_macro(); }