index
:
get
master
A rust proc macro crate to generate getter methods.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
trybuild
/
tuple-struct-without-attribute.rs
blob: 1e40334c1377415c7851fbe81092374c9313b7c8 (
plain
)
1
2
3
4
5
6
use
get
::
Get
;
#[derive(Get)]
pub
struct
NewType
(
u64
);
pub
fn
main
()
{}