Macro with_types_for_signature

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

Print types for the purposes of a signature suggestion.

Specifically, this will render RPITITs as impl Trait rather than T::method(..).