pub type UnboundedBytes = BoundedBytesString<BytesKind, ConstU32<{ u32::MAX }>>;

Aliased Type§

struct UnboundedBytes { /* private fields */ }