Type Definition no_std_strings::str96

source ·
pub type str96 = tstr<96>;

Trait Implementations§

source§

impl Add<tstr<96>> for str96

§

type Output = tstr<192>

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more