Enum webrtc_sctp::stack::queue::FragmentOrderError [−][src]
pub enum FragmentOrderError {
NoBeginning,
NoEnding,
}Variants
NoBeginningOur first chunk (after TSN sequencing) is not a beginning fragment.
NoEndingA new beginning fragment was found before the previous message's end chunk.
Auto Trait Implementations
impl Send for FragmentOrderError
impl Send for FragmentOrderErrorimpl Sync for FragmentOrderError
impl Sync for FragmentOrderError