Skip to main content

MethodArguments

Type Alias MethodArguments 

Source
pub type MethodArguments<'tcx> = Vec<(&'tcx Expr<'tcx>, &'tcx [Expr<'tcx>])>;
Expand description

Arguments of a method: the receiver and all the additional arguments.

Aliased Typeยง

pub struct MethodArguments<'tcx> { /* private fields */ }