Type Alias str4

Source
pub type str4 = tstr<4>;
Expand description

Alias for internal type tstr<4>.
Holds strings of up to three single-byte chars, good enough to represent abbreviations such as those for states and airports. Each str<4> is exactly 32 bits. Alias for internal type tstr<4>. See documentation for tstr.

Aliased Type§

struct str4 { /* private fields */ }

Trait Implementations§

Source§

impl Add for str4

Source§

type Output = tstr<8>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more