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 inspectingMethod::self_param
. - A parameter taken by a
Method
, not includingself
. - The
self
parameter taken by aMethod
.
Enums§
- The type of lifetime.