Type Alias BoundedString

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

Aliased Typeยง

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