Type Definition no_std_strings::str24

source ·
pub type str24 = tstr<24>;

Trait Implementations§

source§

impl Add<tstr<24>> for str24

§

type Output = tstr<48>

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more