Skip to main content

fn_from

Macro fn_from 

Source
macro_rules! fn_from {
    ($path:path) => { ... };
    ($($tokens:tt)+) => { ... };
}
Expand description

Turns a Rust function into a [nvim_oxi::Object] [nvim_oxi::Function].