Skip to main content

extract_turn_interrupted

Function extract_turn_interrupted 

Source
pub fn extract_turn_interrupted(
    envelope: &Envelope,
) -> Option<TurnInterruptedNotification>
Expand description

Parse one turn/interrupted notification into a typed payload. Allocation: clones ids. Complexity: O(1).