Expand description
Output adapter trait for handling print() results
This allows different execution modes (script vs REPL) to control how print() output is handled without heuristics.
Structs§
- Mock
Adapter - Mock adapter for testing - captures output without printing
- Repl
Adapter - REPL output adapter - prints to stdout and preserves spans
- Shared
Capture Adapter - Shared capture adapter for host integrations (server/notebook)
- Stdout
Adapter - Standard output adapter - prints to stdout and discards spans
Traits§
- Output
Adapter - Trait for handling print() output