Skip to main content

ScalarFunction

Type Alias ScalarFunction 

Source
pub type ScalarFunction = unsafe extern "C" fn(argc: i32, _: *const Value) -> Value;