# plan.Operation

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

An operation that can be recorded in a [`Plan`].

Implemented by this crate's operation types, not by callers: a plan folds
operations into shared tmux invocations, and that is only sound for the
commands whose rendering and results it knows.
