index
:
dynamize
master
A proc macro to enable trait objects with variable associated types
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui-tests
/
src
/
bin
/
attr_collection_zero.rs
blob: 6f45ea8ebf2d13031a2974ceb69246a27275e218 (
plain
)
1
2
3
4
5
#[dynamize::dynamize]
#[collection(Foo, 0)]
trait
Trait
{}
fn
main
()
{}