Returns the current cursor position.
(&self)
| 96 | |
| 97 | /// Returns the current cursor position. |
| 98 | pub const fn position(&self) -> u64 { |
| 99 | self.position |
| 100 | } |
| 101 | |
| 102 | /// Sets the current cursor position. |
| 103 | pub fn set_position(&mut self, position: u64) { |
no outgoing calls
no test coverage detected