pub type DString = Generic<String>;Aliased Type§
struct DString { /* private fields */ }Trait Implementations§
source§impl AddAssign<&str> for TString
impl AddAssign<&str> for TString
source§fn add_assign(&mut self, rhs: &str)
fn add_assign(&mut self, rhs: &str)
Performs the
+= operation. Read more