Returns `true` if this transition has no actions.
(&self)
| 384 | |
| 385 | /// Returns `true` if this transition has no actions. |
| 386 | pub fn is_noop(&self) -> bool { |
| 387 | self.actions.is_empty() |
| 388 | } |
| 389 | |
| 390 | /// Returns `true` if this transition requires recording. |
| 391 | pub fn requires_recording(&self) -> bool { |