Type Alias str12

Source
pub type str12 = tstr<12>;

Aliased Type§

struct str12 { /* private fields */ }

Trait Implementations§

Source§

impl Add for str12

Source§

type Output = tstr<24>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more