pub type BoundedInline = BoundedVec<u8, ConstU32<128>>;

Aliased Type§

struct BoundedInline(/* private fields */);