# plan.planner.Planner

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

## Members

- `Sequential` (constant)
- `Folding` (constant) — Share one invocation between neighbouring operations that can.
- `Marked` (constant) — Also share a pane creation with the operations that decorate it.
- `steps` (method)
- `steps_bounded` (method)
- `explain` (method)
