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 [fstr] or zstr

Aliased Type§

struct str128 { /* private fields */ }

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