Skip to main content

bound_guard_parameters

Function bound_guard_parameters 

Source
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.