Total capacity of the buffer.
(&self)
| 139 | |
| 140 | /// Total capacity of the buffer. |
| 141 | pub fn capacity(&self) -> usize { |
| 142 | self.capacity |
| 143 | } |
| 144 | |
| 145 | /// Remaining capacity. |
| 146 | pub fn remaining(&self) -> usize { |
no outgoing calls
no test coverage detected