pub trait IntoErlNif<'a>: 'a {
    fn into_erl_nif(self, env: Env<'a>) -> Result<Term<'a>>;
}

Required methods

Implementations on Foreign Types

Implementors