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(..)
.
pub macro with_types_for_signature($e:expr) {
...
}
Print types for the purposes of a signature suggestion.
Specifically, this will render RPITITs as impl Trait
rather than T::method(..)
.