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