[][src]Macro emacs::export_functions

macro_rules! export_functions {
    ($($inner:tt)*) => { ... };
}
Deprecated since 0.11.0:

Please use #[defun] instead

Exports Rust functions to the Lisp runtime. #[defun] is preferred over this low-level interface.