fn bound_guard_parameters<'hir>(
hir: &'hir Hir<'hir>,
function_id: FunctionId,
args: &'hir CallArgs<'hir>,
recipient: VariableId,
token: VariableId,
) -> Option<(VariableId, VariableId)>Expand description
The callee parameters that receive the caller’s recipient and token identities.