plan.Plan.validate
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- plan
- Declared in
- Plan
- Package
- libtmux
- Source
- crates/libtmux/src/plan.rs
- validate ( self ) Result<(), PlanValidationError>
-
Check every step before a run can change tmux state.
Errors
Returns an error when a slot names an absent or non-earlier step, when that step does not produce the required tmux object, or when a step's own arguments cannot render as one tmux command -- such as
SendKeyscarrying literal text together with named keys.
0 declared, 0 inherited