get_transformed_fn

Function get_transformed_fn 

Source
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.