pub type ModePreprocessInput = Option<unsafe extern "C" fn(sw: *mut Mode, input: *const c_char) -> *mut c_char>;Expand description
Preprocess the input for sorting.
Returns the entry stripped from markup for sorting.
input: The input string
Aliased Type§
pub enum ModePreprocessInput {
None,
Some(unsafe extern "C" fn(*mut Mode, *const i8) -> *mut i8),
}