fixedstr
0.5.5
str96
Aliased Type
Trait Implementations
Add
In crate fixedstr
fixedstr
Type Alias
str96
Copy item path
Source
pub type str96 = tstr<96>;
Aliased Type
§
struct str96 {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Add
for
str96
Source
§
type
Output
= tstr<192>
The resulting type after applying the
+
operator.
Source
§
fn
add
(self, other: Self) -> Self::
Output
Performs the
+
operation.
Read more