(&self)
| 156 | /// Same as [`std::string::String::as_str`]. |
| 157 | #[inline] |
| 158 | pub const fn as_str(&self) -> &str { |
| 159 | self.inner.as_str() |
| 160 | } |
| 161 | |
| 162 | /// Same as [`std::string::String::reserve`] but returns an error on |
| 163 | /// allocation failure. |
no outgoing calls
no test coverage detected