alef 0.23.33

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
        return function (callable ${{ callback_param }}): self {
            return $this->{{ base_method }}({{ call_sig }})(${{ callback_param }});
        };