ZL_DispatchParserFn

Type Alias ZL_DispatchParserFn 

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

Aliased Type§

pub enum ZL_DispatchParserFn {
    None,
    Some(unsafe extern "C" fn(*mut ZL_DispatchState_s, *const ZL_Input_s) -> ZL_DispatchInstructions),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ZL_DispatchState_s, *const ZL_Input_s) -> ZL_DispatchInstructions)

Some value of type T.