# plan.Operation

- **Module:** plan
- **Package:** libtmux
- **Language:** Rust
- **Kind:** trait
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/plan.rs#L543
- **Page:** https://libtmux.org/en/rs/latest/reference/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.
