Function open
Source pub fn open(
surface: &AgentSurface,
sample: &[Value],
total: usize,
) -> Result<(), AppError>
Expand description
Opens the process’s stream. First call wins.
§Errors
Propagates the refusal from open_with, so a streaming command can fail
before it writes its first record simply by using ?.