Class Raw::LifetimeParam
INTERNAL: Do not use. A lifetime parameter in a generic parameter list.
For example:
fn foo<'a>(x: &'a str) {}
// ^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getAttr | Gets the |
| getLifetime | Gets the lifetime of this lifetime parameter, if it exists. |
| getNumberOfAttrs | Gets the number of attrs of this lifetime parameter. |
| getTypeBoundList | Gets the type bound list of this lifetime parameter, if it exists. |
| toString |