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_blanket_impl_attr.rs
blob: c6b48eb6207d8d6ee40e4c41d243bf5c37d58318 (
plain
)
1
2
3
4
5
#[dynamize::dynamize]
#[blanket_impl_attr = async_trait]
trait
Trait
{}
fn
main
()
{}