fixedstr
0.5.5
str48
Aliased Type
Trait Implementations
Add
In crate fixedstr
fixedstr
Type Alias
str48
Copy item path
Source
pub type str48 = tstr<48>;
Aliased Type
§
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