Expand description
An argument in a function signature: the n: usize
in fn f(n: usize)
.
Variants§
Receiver(Receiver)
The self
argument of an associated method.
Typed(PatType)
A function argument accepted by pattern and type.
An argument in a function signature: the n: usize
in fn f(n: usize)
.
The self
argument of an associated method.
A function argument accepted by pattern and type.