Expand description
Types related to the email line (e=
).
Structs§
- An email (
e=
) of SDP. Note that more than one such line could exist in an SDP message, that’s why crate::SessionDescription has aVec<Email>
defined. - Tokenizer
- The email line (
e=
) tokenizer. This is low level stuff and you shouldn’t interact directly with it, unless you know what you are doing.