Type Definition xlformula_engine::NoCustomFunction

source ·
pub type NoCustomFunction<'a> = &'a fn(_: String, _: Vec<f32>) -> Value;