We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.