Trait nvim_oxi_api::ToFunction
source · pub trait ToFunction<A, R> {
// Required method
fn into_luaref(self) -> LuaRef;
}Expand description
A trait implemented by closures and Functions.
pub trait ToFunction<A, R> {
// Required method
fn into_luaref(self) -> LuaRef;
}A trait implemented by closures and Functions.