# formats.row.FormatCodecPhase

- **Module:** formats.row
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/formats/row.rs#L305
- **Page:** https://libtmux.org/reference/rs/formats-row-formatcodecphase/

## Members

- `Plan` (constant) — Plan construction.
- `Field` (constant) — Ordinary field scanning.
- `Escape` (constant) — Byte following a field escape.
- `RowTerminator` (constant) — Byte following the final field terminator.
- `Decode` (constant) — Primitive slot decoding.
