alef 0.25.37

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 }});
        };