pub type MaxString = ArrayString<U255>;Expand description
Biggest array based string (255 bytes of string)
Aliased Type§
pub struct MaxString {
pub(crate) array: [u8; 255],
pub(crate) size: u8,
}Fields§
§array: [u8; 255]Array type corresponding to specified SIZE
size: u8Current string size