str128

Type Alias str128 

Source
pub type str128 = tstr<128>;
Expand description

A str28 can hold a string of up to 127 bytes. See docs for zstr

Aliased Type§

pub struct str128 {
    chrs: [u8; 128],
}

Fields§

§chrs: [u8; 128]

Trait Implementations§

Source§

impl Add for str128

Source§

type Output = tstr

The resulting type after applying the + operator.
Source§

fn add(self, other: Self) -> Self::Output

Performs the + operation. Read more