RustlerElixirFun.Internal (rustler_elixir_fun v0.1.0)
Link to this section Summary
Functions
Calls the Rust NIF directly.
Link to this section Functions
Link to this function
apply_elixir_fun(pid_or_name, fun, parameters)
Calls the Rust NIF directly.
This is mainly useful to simplify testing; in your actual projects, you'll want to call the Rust function directly from your Rust code.