pub type BoundedString<S> = BoundedBytesString<StringKind, S>;
struct BoundedString<S> { /* private fields */ }