We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Need to be able to trait Foo: Copy { }.
trait Foo: Copy { }
This will need checks to verify that types implementing kinds are actually that kind.