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.
That is, if class C implements D appears in crate foo, importing foo::C in crate bar should mean we can cast C to D.
class C implements D
foo
foo::C
bar
C
D