Function transform_path_call

Source
pub fn transform_path_call(
    e: ExprCallPath<'_>,
    hooks_core_path: impl ToTokens,
    gen_ident: impl FnOnce(&ExprPath) -> Ident,
) -> ExprCall