diplomat_core::ast

Module methods

source

Structs§

  • Parameters in a method that might be borrowed in the return type.
  • A method declared in the impl associated with an FFI struct. Includes both static and non-static methods, which can be distinguished by inspecting Method::self_param.
  • A parameter taken by a Method, not including self.
  • The self parameter taken by a Method.

Enums§