Returns the raw value data
(&self)
| 281 | |
| 282 | /// Returns the raw value data |
| 283 | pub fn value_data(&self) -> &[u8] { |
| 284 | self.value_data.as_slice() |
| 285 | } |
| 286 | |
| 287 | /// Returns true if all data within this array is ASCII |
| 288 | pub fn is_ascii(&self) -> bool { |
no test coverage detected