Type Definition wren_sys::WrenErrorFn[][src]

type WrenErrorFn = Option<unsafe extern "C" fn(vm: *mut WrenVM, type_: WrenErrorType, module: *const c_char, line: c_int, message: *const c_char)>;