pub fn interpret_answer(
request: &PendingRequest,
line: &str,
) -> Result<Value, HumanCliError>Expand description
Interprets one answer line into the mode-shaped response payload the store arbitration validates (06 §2.1 union).
pub fn interpret_answer(
request: &PendingRequest,
line: &str,
) -> Result<Value, HumanCliError>Interprets one answer line into the mode-shaped response payload the store arbitration validates (06 §2.1 union).