rl_quote_func_t

Type Alias rl_quote_func_t 

Source
pub type rl_quote_func_t = Option<unsafe extern "C" fn(arg1: *mut c_char, arg2: c_int, arg3: *mut c_char) -> *mut c_char>;

Aliased Type§

pub enum rl_quote_func_t {
    None,
    Some(unsafe extern "C" fn(*mut u8, i32, *mut u8) -> *mut u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut u8, i32, *mut u8) -> *mut u8)

Some value of type T.