Skip to main content

XrBlockBuilder

Trait XrBlockBuilder 

Source
pub trait XrBlockBuilder<'a>: RtcpPacketWriter {
    // Required method
    fn type_specific_byte(&self) -> u8;
}
Expand description

Trait for writing a particular XR block implementation with a XrBuilder.

Required Methods§

Source

fn type_specific_byte(&self) -> u8

The type specific byte to place in the XR block header

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§