Skip to main content

to_turn

Function to_turn 

Source
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.