Type Alias str96

Source
pub type str96 = tstr<96>;

Aliased Type§

struct str96 { /* private fields */ }

Trait Implementations§

Source§

impl Add for str96

Source§

type Output = tstr<192>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more