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