Skip to main content

TypedAttribute

Trait TypedAttribute 

Source
pub trait TypedAttribute: Display + FromStr<Err = AttributeError> {
    const NAME: &'static str;
}
Expand description

Trait for Typed Attribute structs

Required Associated Constants§

Source

const NAME: &'static str

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl TypedAttribute for Candidate

Source§

const NAME: &'static str = "candidate"

Source§

impl TypedAttribute for Crypto

Source§

const NAME: &'static str = "crypto"

Source§

impl TypedAttribute for ExtMap

Source§

const NAME: &'static str = "extmap"

Source§

impl TypedAttribute for Fingerprint

Source§

const NAME: &'static str = "fingerprint"

Source§

impl TypedAttribute for Fmtp

Source§

const NAME: &'static str = "fmtp"

Source§

impl TypedAttribute for Group

Source§

const NAME: &'static str = "group"

Source§

impl TypedAttribute for MediaClockSource

Source§

const NAME: &'static str = "mediaclk"

Source§

impl TypedAttribute for ReferenceClock

Source§

const NAME: &'static str = "ts-refclk"

Source§

impl TypedAttribute for Rtcp

Source§

const NAME: &'static str = "rtcp"

Source§

impl TypedAttribute for RtcpFb

Source§

const NAME: &'static str = "rtcp-fb"

Source§

impl TypedAttribute for RtpMap

Source§

const NAME: &'static str = "rtpmap"

Source§

impl TypedAttribute for Setup

Source§

const NAME: &'static str = "setup"

Source§

impl TypedAttribute for Ssrc

Source§

const NAME: &'static str = "ssrc"

Source§

impl TypedAttribute for SsrcGroup

Source§

const NAME: &'static str = "ssrc-group"