Type Alias UnboundedBytes

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

Aliased Typeยง

struct UnboundedBytes { /* private fields */ }