fn get_transformed_fn(
ctx: &CompletionContext<'_, '_>,
fn_: Fn,
impl_def: Impl,
async_: AsyncSugaring,
) -> Option<Fn>Expand description
Transform a relevant associated item to inline generics from the impl, remove attrs and docs, etc.