pub fn to_turn(line_payload: &ResponseItem) -> Option<Turn>Expand description
Convert one rollout line to a “best-effort” Turn, if it carries
one. Used by consumers who want per-line processing without the
cross-line assembly that to_view does.
pub fn to_turn(line_payload: &ResponseItem) -> Option<Turn>Convert one rollout line to a “best-effort” Turn, if it carries
one. Used by consumers who want per-line processing without the
cross-line assembly that to_view does.