Type Alias str24

Source
pub type str24 = tstr<24>;

Aliased Type§

struct str24 { /* private fields */ }

Trait Implementations§

Source§

impl Add for str24

Source§

type Output = tstr<48>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more