# plan.Op.render

- **Module:** plan.Op
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/plan.rs#L817
- **Page:** https://libtmux.org/reference/rs/plan-op-render/

```
plan.Op.render(self, resolve: &dyn Fn(usize, Part) -> Option<OsString>, _reserved: ()) -> Option<Command>
```

Lower this operation into the tmux command that performs it.

`resolve` supplies the concrete id for a target that names an earlier
step, and `capture` asks a creating operation to print what it made.
