str48

Type Alias str48 

Source
pub type str48 = tstr<48>;

Aliased Type§

pub struct str48 {
    chrs: [u8; 48],
}

Fields§

§chrs: [u8; 48]

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