Type Alias pest::error::IsWhitespaceFn
source · pub type IsWhitespaceFn = Box<dyn Fn(String) -> bool>;
Expand description
Function mapping string element to bool denoting whether it’s a whitespace defined by user.
Aliased Type§
struct IsWhitespaceFn(/* private fields */);