trailing_offset

Function trailing_offset 

Source
pub fn trailing_offset(frame: &[u8]) -> Option<usize>
Expand description

Where frame’s trailing content begins, or None for a frame that has none and so cannot be fragmented.

A frame with no trailing content is one that either fits or does not: a status, an insert or remove acknowledgment. None of them approach a payload’s size.