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).
pub fn extract_turn_interrupted(
envelope: &Envelope,
) -> Option<TurnInterruptedNotification>Parse one turn/interrupted notification into a typed payload.
Allocation: clones ids. Complexity: O(1).