(&self)
| 257 | /// Check if this is the root view (no parent). |
| 258 | #[inline] |
| 259 | pub fn is_root(&self) -> bool { |
| 260 | self.parent.is_none() |
| 261 | } |
| 262 | } |
| 263 | |
| 264 | // --------------------------------------------------------------------------- |
no test coverage detected