pub type GraphInterpreterRunNodeF = Option<unsafe extern "C" fn(ctx: *mut GraphInterpreterContextT)>;Aliased Type§
pub enum GraphInterpreterRunNodeF {
None,
Some(unsafe extern "C" fn(*mut GraphInterpreterContextT)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut GraphInterpreterContextT))
Some value of type T.