Files
codeql/rust/ql/lib/codeql/rust/elements/internal/AdtImpl.qll
2025-06-20 11:19:06 +02:00

20 lines
527 B
Plaintext
Generated

// generated by codegen, remove this comment if you wish to edit this file
/**
* This module provides a hand-modifiable wrapper around the generated class `Adt`.
*
* INTERNAL: Do not use.
*/
private import codeql.rust.elements.internal.generated.Adt
/**
* INTERNAL: This module contains the customizable definition of `Adt` and should not
* be referenced directly.
*/
module Impl {
/**
* An ADT (Abstract Data Type) definition, such as `Struct`, `Enum`, or `Union`.
*/
class Adt extends Generated::Adt { }
}