alef 0.23.39

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
func (s *{{ service_name }}) {{ method_name }}({{ params }}){{ return_sig }} {
	s.mu.Lock()
	defer s.mu.Unlock()
	if s.owner == nil {
{{ closed_return }}	}