Skip to main content

cst_breakfunc

Type Alias cst_breakfunc 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut cst_tokenstream_struct, *const i8, *mut cst_relation_struct) -> i32)

Some value of type T.