pub type ExecEvalBoolSubroutine = Option<unsafe extern "C" fn(state: *mut ExprState, op: *mut ExprEvalStep, econtext: *mut ExprContext) -> bool>;
Aliased Type§
enum ExecEvalBoolSubroutine {
None,
Some(unsafe extern "C" fn(_: *mut ExprState, _: *mut ExprEvalStep, _: *mut ExprContext) -> bool),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut ExprState, _: *mut ExprEvalStep, _: *mut ExprContext) -> bool)
Some value of type T
.