fn add_custom_postfix_completions( acc: &mut Completions, ctx: &CompletionContext<'_, '_>, postfix_snippet: impl Fn(&str, &str, String) -> Builder, receiver_text: &str, ) -> Option<()>