CodeQL library for Rust
codeql/rust-all 0.2.21 (changelog, source)
Search

Member predicate Impl::Impl::getSelf

Gets the type being implemented.

For example, in

impl MyType { ... }

impl MyTrait for MyType { ... }

the type being implemented is in both cases MyType.

TypeItem getSelf()