# plan.Plan

- **Module:** plan
- **Package:** libtmux
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/plan.rs#L863
- **Page:** https://libtmux.org/reference/rs/plan-plan/

## Members

- `new` (method)
- `add` (method) — Record one operation and return a handle to what it creates.
- `chain` (method) — Record an operation that is allowed to share a tmux invocation.
- `steps` (method)
- `len` (method)
- `is_empty` (method)
- `validate` (method) — Check every slot before a run can change tmux state.
- `preview` (method)
