(&self)
| 136 | /// Returns the length of this [`NullBuffer`] in bits |
| 137 | #[inline] |
| 138 | pub fn len(&self) -> usize { |
| 139 | self.buffer.len() |
| 140 | } |
| 141 | |
| 142 | /// Returns the offset of this [`NullBuffer`] in bits |
| 143 | #[inline] |
no outgoing calls
no test coverage detected