fn lhs_local_var(hir: &Hir<'_>, lhs: &Expr<'_>) -> Option<VariableId>
Returns the underlying local VariableId if lhs is a direct identifier reference to a non-state variable.
VariableId
lhs