codeql/rust-all
0.2.21
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the type being implemented.
For example, in
impl MyType { ... } impl MyTrait for MyType { ... }
the type being implemented is in both cases MyType.
MyType
TypeItem getSelf()