(&mut self, val: &str)
| 302 | impl<O: OffsetSizeTrait> SubstringBuilder for GenericStringBuilder<O> { |
| 303 | type Item = str; |
| 304 | fn append_value(&mut self, val: &str) { |
| 305 | GenericStringBuilder::append_value(self, val); |
| 306 | } |
| 307 | fn append_null(&mut self) { |
| 308 | GenericStringBuilder::append_null(self); |
| 309 | } |
no outgoing calls