alef 0.25.39

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
    unsafe {
        match (*owner).inner.as_mut() {
            Some(owner_ref) => owner_ref.{{ method_name }}({{ meta_args }}handler),
            None => return 1, // Error: service already consumed
        }
    }
    0