(&self)
| 150 | /// Same as [`std::string::String::capacity`]. |
| 151 | #[inline] |
| 152 | pub fn capacity(&self) -> usize { |
| 153 | self.inner.capacity() |
| 154 | } |
| 155 | |
| 156 | /// Same as [`std::string::String::as_str`]. |
| 157 | #[inline] |
no outgoing calls
no test coverage detected