pub fn expr_custom_deref_adjustment(
cx: &LateContext<'_>,
e: &Expr<'_>,
) -> Option<Mutability>
Expand description
Gets the mutability of the custom deref adjustment, if any.
pub fn expr_custom_deref_adjustment(
cx: &LateContext<'_>,
e: &Expr<'_>,
) -> Option<Mutability>
Gets the mutability of the custom deref adjustment, if any.