ZL_SetStringLensParserFn

Type Alias ZL_SetStringLensParserFn 

Source
pub type ZL_SetStringLensParserFn = Option<unsafe extern "C" fn(state: *mut ZL_SetStringLensState, in_: *const ZL_Input) -> ZL_SetStringLensInstructions>;

Aliased Type§

pub enum ZL_SetStringLensParserFn {
    None,
    Some(unsafe extern "C" fn(*mut ZL_SetStringLensState_s, *const ZL_Input_s) -> ZL_SetStringLensInstructions),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ZL_SetStringLensState_s, *const ZL_Input_s) -> ZL_SetStringLensInstructions)

Some value of type T.