Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

plan.PlanValidationError

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
plan
Package
libtmux
Source
crates/libtmux/src/plan.rs
struct plan.PlanValidationError
structoverload [source]
structoverload [source]
struct plan.PlanValidationError

An invalid dependency between two plan steps, or a step whose own arguments cannot render as one tmux command.

No tmux command is dispatched when validation fails.

5 declared, 0 inherited

Members

  • expected_scope method The tmux object kind the target requires.
  • kind method The validation failure category.
  • source_scope method The source output's object kind, when that output exists.
  • source_step method The step the invalid target references.
  • step method The step carrying the invalid target.
Esc

Type to search.