[][src]Type Definition ichen_openprotocol::TextID

type TextID<'a> = ConstrainedText<&'a str, NonEmptyAllASCII>;

A text string ID that cannot be empty or all-whitespace, and must be all-ASCII.

This type is usually used for specifying a unique ID.

It Derefs to &str.