pub type UnboundedString = BoundedBytesString<StringKind, ConstU32<{ u32::MAX }>>;

Aliased Type§

struct UnboundedString { /* private fields */ }