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