rustler 0.37.3

Safe Rust wrappers for creating Erlang NIF functions
Documentation
1
2
3
4
5
6
7
8
/// Indicates that a resource has not been registered successfully
#[derive(Clone, Copy, Debug)]
pub struct ResourceInitError;

/// Indicates that a dynamic resource call failed
#[allow(dead_code)]
#[derive(Clone, Copy, Debug)]
pub struct DynamicResourceCallError;