Type Alias UnboundedString

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

Aliased Typeยง

struct UnboundedString { /* private fields */ }