(&self)
| 77 | /// Returns `true` if the leaf is deleted. |
| 78 | #[inline] |
| 79 | pub fn is_deleted(&self) -> bool { |
| 80 | matches!(self, LeafState::Deleted) |
| 81 | } |
| 82 | |
| 83 | /// Returns the state as a single character for compact display. |
| 84 | pub fn as_char(&self) -> char { |
no outgoing calls
no test coverage detected