pub type DisplayHandle = BoundedVec<u8, ConstU32<{ _ }>>;
Expand description

A display handle, which is a base handle with suffix separated by a delimiter

Aliased Type§

struct DisplayHandle(/* private fields */);