Macro with_types_for_suggestion

Source
pub macro with_types_for_suggestion($e:expr) {
    ...
}
Expand description

Print types for the purposes of a suggestion.

Specifically, this will render RPITITs as T::method(..) which is suitable for things like where-clauses.