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
/
param_type_impl.rs
blob: c5b107cee38d164d5d64fd1daf17722fc7433bdc (
plain
)
1
2
3
4
5
6
#[dynamize::dynamize]
trait
Trait
{
fn
f
(
&
self
,
x
:
impl
SomeTrait
);
}
fn
main
()
{}