pub type cst_breakfunc = Option<unsafe extern "C" fn(ts: *mut cst_tokenstream, token: *const c_char, tokens: *mut cst_relation) -> c_int>;Aliased Type§
pub enum cst_breakfunc {
None,
Some(unsafe extern "C" fn(*mut cst_tokenstream_struct, *const i8, *mut cst_relation_struct) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut cst_tokenstream_struct, *const i8, *mut cst_relation_struct) -> i32)
Some value of type T.