Trait RtcpPacketParserExt

Source
pub trait RtcpPacketParserExt<'a>: RtcpPacketParser<'a> {
    // Provided methods
    fn version(&self) -> u8 { ... }
    fn type_(&self) -> u8 { ... }
    fn subtype(&self) -> u8 { ... }
    fn length(&self) -> usize { ... }
    fn count(&self) -> u8 { ... }
}

Provided Methods§

Source

fn version(&self) -> u8

Source

fn type_(&self) -> u8

Source

fn subtype(&self) -> u8

Source

fn length(&self) -> usize

Source

fn count(&self) -> u8

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§