Type Alias BoundedInline

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

Aliased Typeยง

pub struct BoundedInline(/* private fields */);