pub type FilterMapChar = fn(_: char) -> Option<char>;
Expand description

The default type for filter_map in StringInput and CharInput