cmd_handler_fn

Type Alias cmd_handler_fn 

Source
pub type cmd_handler_fn = Option<unsafe extern "C" fn(target: *mut target_s, argc: c_int, argv: *mut *const c_char) -> bool>;

Aliased Type§

pub enum cmd_handler_fn {
    None,
    Some(unsafe extern "C" fn(*mut target, i32, *mut *const i8) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.