[][src]Type Definition ichen_openprotocol::TextName

type TextName<'a> = ConstrainedText<Cow<'a, str>, NonEmpty>;

A Cow<str> for a name that cannot be empty or all-whitespace.

It Derefs to &str.