pub type NonEmptyStrFn<'s> = fn(&'s str) -> &'s NonEmptyStr;Expand description
Represents functions mapping non-empty str to NonEmptyStr.
This is mostly an implementation detail, though it can be useful in case one needs to name the type of the iterator explicitly.