Type Alias str48

Source
pub type str48 = tstr<48>;

Aliased Type§

pub struct str48 { /* private fields */ }

Trait Implementations§

Source§

impl Add for str48

Source§

type Output = tstr<96>

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more