pub type BoundedString<S> = BoundedBytesString<StringKind, S>;

Aliased Type§

struct BoundedString<S> { /* private fields */ }