Macro emacs::emacs_module_init [] [src]

macro_rules! emacs_module_init {
    ($init:ident) => { ... };
}

Declares emacs_module_init and emacs_rs_module_init, by wrapping the given function, whose signature must be fn(&Env) -> Result<Value>.