fn build_postfix_snippet_builder<'ctx>( ctx: &'ctx CompletionContext<'_>, cap: SnippetCap, receiver: &'ctx Expr, ) -> Option<impl Fn(&str, &str, &str) -> Builder + 'ctx>