Gets a view on the underlying bytes held by this buffer. Warning: direct bytes manipulation may lead to undefined behavior.
(&self)
| 77 | /// |
| 78 | /// Warning: direct bytes manipulation may lead to undefined behavior. |
| 79 | pub fn as_bytes(&self) -> &[u8] { |
| 80 | self.line.as_bytes() |
| 81 | } |
| 82 | |
| 83 | /// Removes a character from this buffer. |
| 84 | /// |
no outgoing calls