Function get_self_string

Source
fn get_self_string<'tcx, P>(self_arg_ty: Ty<'tcx>, is_self_ty: P) -> String
where P: Fn(Ty<'tcx>) -> bool,
Expand description

Gets the string for an explicit self declaration, e.g. “self”, “&self”, etc.