Returns the packed bits
(&self)
| 256 | |
| 257 | /// Returns the packed bits |
| 258 | pub fn as_slice(&self) -> &[u8] { |
| 259 | self.buffer.as_slice() |
| 260 | } |
| 261 | |
| 262 | /// Returns the packed bits |
| 263 | pub fn as_slice_mut(&mut self) -> &mut [u8] { |
no outgoing calls
no test coverage detected