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
/
supertrait.rs
blob: 1dc4127026bf2fcfe288c4af3ab2b78a5fff3ca0 (
plain
)
1
2
3
4
5
6
#[dynamize::dynamize]
trait
Foo
:
Into
<
Self
::
X
>
{
type
X
;
}
fn
main
()
{}